I think I might be making this more difficult that it maybe should… So in it’s simplist form, I have two related scenario’s. The first one, goes out to the data source, pull product information down, including ‘Tags’. The ‘Tag’ field is an array and can vary from a single ‘Tag’ to up to 7 or 8 ‘Tags’. I use an Array Aggregator to insert them into one cell, with the intention they can then be split and inserted back into the source module.
So here inlays my issue… From the Excel File, I’m running an Iterator with the following Array
“{{split(5.row.d.text; “,”)}}”, in attempt to split the comma separated values into an array. When seperated they need to be inserted into the source module shown in the attachment.
Maybe it was simpler than I expected. I ended up bypassing the iterator and simply added “{{split(5.row.d.text; “,”)}}” directly into the field and it seemed to work.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —