Hi! I am working on a workflow that receives data from a Tally.so form submission. Part of that form submission is selecting multiple items to subscribe to. Once I receive the form submission, I am writing that data to series of AirTable tables. One of those tables is a userSubscription table where I take the selected items they want to subscribe to and create a new row for each subscription. I can successfully write the data to the table, however, I would like to create and append a specific generated UUIDv7 to each record. I am having trouble adding that new data element, the UUIDv7 to each collection as a new data item, then inserting that complete set of data into the AirTable. This is what my Flow looks like:
I have the 3 bundles, then I want to run the JS code 3 times, adding a new UUIDv7 to each of the bundles, then create a new record of that data into the AirTable. I know I am missing the link between the iterator and the Run JS code, but that is because it does not work right now. Thoughts on how I can do this?
Thank you!
