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...