How to update specific google sheet row if I have two result in AI Agent

:bullseye: What is your goal?

My goal is to put the two AI results and put that in specific row in my google sheet. IDK how?

:thinking: What is the problem & what have you tried?

I search online about Iterators but I don’t how to apply it in my scenarios

Hello kuys

You don’t need an Iterator for this.

If the AI returns two results and you want them in the same Google Sheet row, just map each AI output directly to its respective column using Google Sheets → Update a Row.

First, search the row using a unique ID to get the row number, then update that row and map AI Result 1 and AI Result 2 into separate columns.