Reputation: 11
I'm hoping someone can help me with an issue I am having. I am attempting to loop through a data extension, let's call it Inventory, and match back to subscriber data. The Inventory DE has a row called "InventoryId" with numeric fields, as well as a row called "product description" with text. There are subscriber attributes called "purchaesedID1", "purchasedID2", etc and a value of "yes" if they have purchased it, and blank if not. these purchasedID fields correspond with the inventoryID field on the Inventory DE. I'm attempting to loop through the Inventory DE and show a table of all of the inventory ID's they have purchased as well as the description. I'm stuck as to how to do this as I am not sure what the lookup rows would match on.
Any help is appreciated!
Upvotes: 1
Views: 275