@AtulChavan Two options:Limit the Array to some amount (say 3). Then pass all three values in as different fields. Then use a mapper function to construct an Array. (I've done this and it works)Pass the multiple values in as a pipe delimited string in one field. Then use a mapper function to cons...
@kevinedmond You may want to also look at Event Forwarding depending on your needs. Are you looking to send raw event data or Segment/Profile data updated by those events.
@selvendranr9588 I think we can make it simpler (and should handle all use cases). Give this a try. The wording is weird because of the first "Exclude" but I think it will work.Include audience who Exclude audience who have at least 1 Purchases event where ((SKU equals P1))AND have at least 1 Purc...
@selvendranr9588 I think the challenge we might have w/ the sequential approach is that the purchase of the second product P1 may have occurred before product P2. If you need to handle that approach, I' consider making it a separate Segment and exclude it. I have not played around with the "remove ...
@DavidSlaw1 Just to clarify, you want to include the same value for every Profile to the Destination? If so, you might want to consider using the FileName_ABCD approach. Your file size is much smaller also.