In Condition Activity | Community
Skip to main content
New Participant
July 12, 2024
Solved

In Condition Activity

  • July 12, 2024
  • 1 reply
  • 600 views

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 

 



This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mohan_Dugganab

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"

 

 

1 reply

Mohan_Dugganab
Mohan_DugganabAccepted solution
Employee
July 12, 2024

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"