Expand my Community achievements bar.

Dive in, experiment, and see how our AI Assistant Content Accelerator can transform your workflows with personalized, efficient content solutions through our newly designed playground experience.
SOLVED

Journey with Business Event - Testing with Array values

Avatar

Level 1

Hello team,

 

I am testing a business event in a Journey and as part of the business event, I would like to pass values to an array type element . For example: product names = ["product a", "product b"].

 

I have tried different notations, and I don't seem to be able to make it work. When passing "product a" only as a field, it works and matches with the first value as it expects a string field in the trigger event dialog. My intent is to try to pass more than one value at a time.

 

Is this attempt at all possible? Any clues will be appreciated.

 

Thank you!

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Rockett Try along these lines,

in("product1", @event{event191.abccorp.products}) or in("product2", @event{event191.abccorp.products})

event191 is a business event and products are an array data type.

Thanks, Sathees

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@Rockett Try along these lines,

in("product1", @event{event191.abccorp.products}) or in("product2", @event{event191.abccorp.products})

event191 is a business event and products are an array data type.

Thanks, Sathees