For more information, please refer to this announcement explaining best practices for getting answers to questions.
Issue with Offer Letter Conditional Regions using AND operator
Summary:
I have configured an Offer Letter Template with conditional regions. I've double-checked the syntax and all look correct, but I am not getting the expected result.
Content (required):
Conditional Region 1:
<?if:FULL_OR_PART_TIME='Part time' and ASSIGNMENT_CATEGORY!='INTERN'?>
Conditional Region 2:
<?if:FULL_OR_PART_TIME='Part time' and ASSIGNMENT_CATEGORY!='INTERN'?>
Conditional Region 3:
<?if:ASSIGNMENT_CATEGORY='INTERN'?>
In my test case, I have a Full Time/Part Time value of 'Part time' and an Assignment Category of 'INTERN'.
So regardless of what's in Full Time/Part time, I should get Conditional Region 3. But I'm actually getting region 2 . I shouldn't get this since the condition states DOES NOT EQUAL 'INTERN'. Same issue is true when I change to 'Full time' ... I get region 1 in this case. This does not seem to make sense to me. Is my syntax wrong?