Expand my Community achievements bar.

Join us for the Adobe Journey Optimizer Community Q&A Coffee Break on 1st October at 8 am PT with Journey Optimizer experts Amarnath Vannarath, Ariel Sultan, Arthur Lacroix and Sandra Hausmann.
SOLVED

In Condition Activity

Avatar

Level 4

Hi @SatheeskannaK  @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