コミュニティアチーブメントバーを展開する。

Join Adobe Journey Optimizer product experts for a live Ask Me Anything on October 15th at 8 AM PT about Expanding Your Mobile Reach with RCS & WhatsApp in AJO!
解決済み

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 受け入れられたソリューション

Avatar

正解者
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

元の投稿で解決策を見る

1 返信

Avatar

正解者
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