I've got a relation in my profile to a Work Order table, and that Work
order table may have for example be like this Profile Email | Profile
Work Order IDjohn@doe.com | 1234 Then I have the Work Order Table like
soWO - ID | Product Name1234 | Thing 11234 | Thing 21234 | Thing 3 So in
my email I want to say something like "Hey John, thanks for buying Thing
1, Thing 2, Thing 3. We appreciate your business!" Right now I'm trying
to go through an Enrichment where I set @productName to that value. Th...