Guides on saving an edited cell in a table

Trying to follow your guides on how to make the save button function correctly. Im following these two guides

It still does not work correctly. All I get is a spinning icon and nothing ever happens.

How to make it work.

On which action does it get stuck? What do you have so far? Any error in the debug console?

It gets stuck when you click save after editing a cell in a table.

same problem here,
on this screenshot, is there a simple way to save the edited "5" so it will be added to the google sheet table source?
thank you very much :slightly_smiling_face:

finally it works fine like this, my edited cells are recorded in my google sheet source table :smiley: :smiley: :smiley:


Resource query
action type : bulk update a spreadsheet by primary key
name spreadsheet/sheet/primary key colum
arrays of rows to update = {{ table1.changesetArray }}

and trigger this query in the save action event handler.

this tip was very difficult to find for me

2 Likes