For more information, please refer to this announcement explaining best practices for getting answers to questions.
Activation Criteria to Trigger Tasks - does not work in portuguese
Summary:
I have a journey that uses the criteria to display the next task, when I answer the questionnaire in English it works, but when I answer in Portuguese it doesn't work.
Content (required):
I use fast formula and value set
Version (include the version you are using, if applicable):
22C
Code Snippet (add any code snippets that support your topic, if applicable):
Fast formula:
INPUTS ARE ALLOCATED_CHECKLIST_ID(number)
DEFAULT FOR L_ATTR IS 'C'
ELIGIBLE = 'N'
ALLOCATED_CHECKLIST_ID_STR = TO_CHAR(ALLOCATED_CHECKLIST_ID)
QUERY = '****'
QUERY = '|=AllocatedChecklistId='''||ALLOCATED_CHECKLIST_ID_STR||''''
L_ATTR = GET_VALUE_SET('EXIT_REASON',QUERY)