form a condition inide if the journey | Community
Skip to main content
New Participant
December 21, 2023
Solved

form a condition inide if the journey

  • December 21, 2023
  • 1 reply
  • 993 views

How can we use array in the condition and find the same value in the jounrey 

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

1 reply

Mohan_Dugganab
Mohan_DugganabAccepted solution
Employee
December 21, 2023
New Participant
December 21, 2023

@mohan_dugganab 
but every time index is coming as at(0) only but we need to iterate it 

#{ExperiencePlatform.RxCAGM_event.experienceevent.at(0)._abc_partner.individualId}

Mohan_Dugganab
Employee
December 21, 2023

You won't be able to iterate if it is an array of strings / integers etc., you will have to access the respective index position.

 

If it is an array of objects, you can filter by referring to example 3 in the documentation shared in the earlier thread