Expand my Community achievements bar.

Your voice matters! Help shape the future of Adobe Journey Optimizer by sharing your feedback.
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

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

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