Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

deuce
deuce
Online

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by deuce
Customize the badges you want to showcase on your profile
Re: Trying to get related values from a table where it may relate to zero or many? - Adobe Campaign Standard 18-05-2022
To get that working, you would need to:Define an enrichmentinside the enrichment add the target schema and choose type = collection.Note: here you need to define a max number of items to fetch, unfortunately you can't easily loop over an unlimited setthen add the required fields as target data in that enrichment partThen in the email you can access it via order_1.item, order_2.itemi.e. not a loop over an array but each collection item is named with an indexSo you also always need to check whethe...

Views

101

Like

1

Replies

0
Re: Adding targetData logic in an email - Adobe Campaign Standard 18-05-2022
indeed you can't configure target data on test profiles To test it completly, you need to use profile substitution feature:https://experienceleague.adobe.com/docs/campaign-standard-learn/tutorials/communication-channels/email/profile-substitution.html?lang=en

Views

132

Like

1

Replies

0