Expand my Community achievements bar.

Never miss an update of the Adobe Journey Optimizer Community Lens! Subscribe now to get the latest updates, insights, and highlights delivered straight to your inbox every time a new edition drops.
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