Update Cell Value in google sheet

How do i update the cell value edited in table to google sheet.
below is screenshot for your reference

Hi @codenayak, If you've edited a cell on the table component, you can reference the row that contains that edited cell with table.recordUpdates.

Here's a link to our docs on how to set up a bulk update query with data edited on the table. I hope this helps!

Thanks @everett_smith for the help!