Hi, I would like to convert an array with several fields into multiple variables to map an invoice in a sheet line by line. So, for example, Array 1 would contain product, price, and taxes; Array 2 would contain the same fields, and so on.
welcome to the community! It’s been a few days – did you get any further with this? If I assume correctly, your Iterator module produces the bundles which in the output of the Airtable module are listed as Operations 1-4. You can filter for a specific Bundle from the Iterator which corresponds to the operation in Airtable (the Iterator always gives you a IMTLENGTH and IMTINDEX (Total number of bundles and bundle order position) which can be used for further filtering.
On a bigger picture, if dynamic document creation ist what you are after, maybe take a look on this post, I gave an outline on how I achieve this by using the “Text Aggregator” module and html snippets.
I finally filtered by the order of the bundle from the iterator and created a multiple variable set, which then allowed me to integrate them into the template.