In Journey Condition - String Array value is not fetching
- May 21, 2025
- 4 replies
- 766 views
Hi Team,
Could you please help me.
We have put condition activity after Read Audience. In Condition activity, we have to split EML population Vs not EML population.
Here attribute exclusionType is String Array storing multiple values like EML, AMB, EFG etc and customerAttributes is Object.
We need to split the audience based on exclusionType=EML and others.
We tried with below condition but it seems like the profile whoever having first position(index) stating as EML is only fetching in condition. It means if any profile having exclusionType=EML on 2nd or 3rd or so forth position, is not at all coming.
Advanced Expression using as:
#{ExperiencePlatform.ProfileFieldGroup.profile._abc.customerAttributes.exclusionType} == ['EML']
Please help here - we need to check EML value at any position in exclusionType attribute.