I am trying to figure out a way to get the data for a particular campaign in this export csv. This is what i have in the repeating group, I can be able to get a particular Product based on the constrain of the Product Campaign. But when i want to create the csv using the T1’s Creator CSV Plugin how do i get the data for a particular campaign’s product that is in relative to the campaign of that row? Like i did on the repeating group.
I’m not sure of your data structure but if I assume correctly that you can search for Products via the Campaign’s Unique ID then you can try this
Repeating Group’s > Campaigns > each item’s unique_id :formattedastext
A new window will appear
In the top section you can now use “this text” which is your campaign’s Unique ID to search for the product names you need so,
So a search for Products (use your constraints) and return a list of Names. This means that for each Unique Campaign ID you returned, you will get a list of product names.
Lastly, in order for that to be formatted correctly, set the delimiter as ;;; or +++
This will ensure that you essentially get a something like this