Flushing google sheet data by AI Agent Node

I have AI Agent in n8n, that is appending rows to google sheet, based on the chat conversation results. It works almost OK, beside the fact that even if it calls google sheet tool couple of times, only last call is effective. It looks like the data are not flushed and the node overides them in the same row.
Is there any way to force “flushing” these data?

Could you ctl a, ctl c the workflow, click the ‘</>’ button on the forums when drafting a reply and paste the workflow into the field that appears? Will help with context.

But my guess is that potentially you are not sending new sheet updates to the model after previous additions, or you are not using the right method, as you should be able to just append to document without knowing the last row.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.