How does the contain function work?
Hi,
I want to check if the word 'POST' comes back in a contextual attribute: {{context.journey.events.00000._company.igOrder.igEntries.CarrierUid}}
So I want this:
If {{context.journey.events.00000._company.igOrder.igEntries.CarrierUid}} contains the word 'Post' ( not case sensitive), I want to show: "Post bezorging" in the e-mail.
I know how to use the if statements, but the documentation is totally not clear about how to use the contain function.
Can someone help me with this?
Thanks!!