Hi all,
I’m working on a scenario where I parse a JSON string into structured data, and then pass that into an Iterator. That part seems to be working correctly — I can see that the Iterator is emitting the expected bundles (each with title and url fields).
The problem is: when I try to use the Google Sheets > Update Row module after the Iterator, I don’t see the option to map the Iterator outputs (title, url) into the row fields. I’ve tried checking both the Iterator and JSON module in the mapping panel, but the fields just don’t appear. I want to map the title and and URL from each operation into a google sheet.
Am I missing a step here? Do I need to run the scenario once before the Google Sheets module can access the Iterator output?
Any guidance would be appreciated — thanks!
JSON → Iterator → Google Sheet (update row)
JSON
Iterator
Google Sheet (ignore the iterator values in F,G,H).