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

In Condition Activity

Avatar

Level 4

Hi @SatheeskannaK  @Mohan_Dugganab 

there us 1 attribute data type boolean/sting if it is true the "Y" else "N" can we do this thing in condtion activity 

 



1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Condition activity evaluates to a boolean value meaning if the criteria satisfies, happy path is taken and if it doesn't, profile goes down the other's path.

 

You can adapt it based on the below example

 

Example - 

#{ExperiencePlatform.ProfileFieldGroup.profile.homeAddress.city} == "San Jose"

dugganab_1-1720798283341.png

 

 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Condition activity evaluates to a boolean value meaning if the criteria satisfies, happy path is taken and if it doesn't, profile goes down the other's path.

 

You can adapt it based on the below example

 

Example - 

#{ExperiencePlatform.ProfileFieldGroup.profile.homeAddress.city} == "San Jose"

dugganab_1-1720798283341.png