Personalization with document type is not working
Summary:We have added a HTML markup at "Employee Signature" task level and trying to restrict it for annual documents. We have used below EL expressions but the HTML markup is going away/disappearing for all documents.
1. #{pageFlowScope.pParamsMap.pDocumentInfoMap['pPerformanceTemplateName'] == 'AHS Non-Clinical Year End Performance Review'}
2. #{pageFlowScope.pDocumentInfoMap['pDocumentTypeName'] == 'AHS Annual Performance Document'}
3. #{pageFlowScope.pDocumentInfoMap['pPerformanceDocumentName'] == 'Non-Clinical Year End Performance Review PY202'}
Content (required): Personalization on Employee signature page on performance document
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):