I am working on the conditional checks and have added the attributes from Schema using AdvancedMode and the expression doesn't pass through the journey. The same attribute when used with SimpleMode and adding a condition to check the values of the expression equals to "Y"(String) works well. Have anyone experienced issues with modes?
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@ButhpurKiran After you set up the condition in simple mode, did you take a look at the advanced mode expression and see how it compares to directly setting the expression in advanced mode? If they match, it should function properly.
Thanks for your reply @SatheeskannaK
it works when we configure from Simple mode to Advanced Mode. The expression comes up with "==" operator. The problem exists when vice versa. Advance mode doesn't give "==" by default. Is it expected that we have to explicitly writeup the logic when using Advance Modes? Thanks.
Views
Replies
Total Likes
@ButhpurKiran Yes, you need to explicitly writeup the logic when using Advance Modes. Have a look at this documentation on how to use the operators in advanced mode,