New to n8n so probably a bit of a stupid question:
In my workflow, I have an AI agent outputting 10 different content ideas. I have a split node with an upstream Google Sheet node and this is my problem:
What I want to achieve is for every result, in this case (0, 1) to have a separate row in Google Sheets for every output. I have the columns in the sheet, but when I map, I don’t get the actual values:
Try this workflow. if it works, disconnect it from the code node and reconnect it to your flow.
If this response helped you, please click the heart to show that it is useful If this response solved your issue, mark it as the solution to help the community
Your suggestion works, results are appended to the sheet in separate rows. Just for the community here, if you want the output to be dynamic, you can flatten the array and it all works!
Thanks very much @rbreen!