Hi there,
In a Journey, we would like to create different paths based on which URLs have been clicked in the previous step (email).
How would you build the "Expression" in "Conditions"?
Thank you for looking into it.
Hi @SatheeskannaK
Thank you for your reply.
Your approach worked for First Name / Last name as the data has a 1:1 relationship. Every customer has only one First name and only one Last name.
It does not work when the data has a one to many relationship, like in case of arrays.
Hi there
I would like to personalize an email as following:
If Attribute 1 = "A", then show value of Attribute 2. Both attributes are available in Profile.
Example
CustomerAttribute 1Attribute 2JohnA100JohnB200JohnC300
Output:100
I tried replicating through Helper Functions with a IF statement...