How to update same row in Google Sheets?
Status: Open · Asked by Pabblynaut on · 0 views
Let's say I send row number 2 in the below picture to Pabbly:
I then use Chatgpt to write "Bananas are cool". Now I want to get that sentence back into my sheet into cell B2 in the same row as the data came from.
How can I accomplish this? Any help is appreciated! :)
Hi @Pabblynaut,
You can setup your workflow as shown in the screenshot shared below to achieve your use case.
- Use "New or Updated Spreadsheet Row" trigger event to capture data
- Use ChatGPT to compose a sentence
- Use "Update Cell Value" action event to update a particular cell


Thanks a lot, that was super helpful!