Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

AJO - Simple Mode vs Advanced Mode

Avatar

Level 4

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

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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,

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/building-adv...

Thanks, Sathees

View solution in original post

3 Replies

Avatar

Community Advisor

@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, Sathees

Avatar

Level 4

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.

Avatar

Correct answer by
Community Advisor

@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,

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/orchestrate-journeys/building-adv...

Thanks, Sathees