Has anyone added journey codes in redwood (performance document) using EL expression.
Hi, Has anyone added journey codes in redwood (performance document) using EL expression.
I have a requirement to show a journey for only one performance template, document type or document name and I tried using this EL expression but it didn't work
For eg., [[ $base.variables.performanceDocumentName === 'DOCUMENT NAME' ? 'GUIDED_J_CODE' : null ]
[[ $base.variables.documentType=='DOCUMENT NAME' ? 'GUIDED_J_CODE':null ]]
Tagged:
0