What is your goal?
Creating a spreadsheet with multiple rows from iteration
What is the problem & what have you tried?
I am attempting to build my first scenario. |The purpose of it is to iterate over multiple documents, AI extracts the key information and I want to create a spreadsheet of this information, where each row is the answers from each document.
I’ve got as far as getting a structured output from the AI. I can add single rows to a spreadsheet but every time the iterator overwrites the row, it doesn’t add to it.
