Make change to thing in a table

Hi all,

I am trying to edit data in a table. As you can see on the screenshot, I have created a table, inserted input fields and connected them to the data base. Now, I would like to allow the user to edit this data by overwriting the content in the respective cell (input field) and click on the icon on the right to save the changes (make change to thing). However, this does not work and I don’t know why.

Does anyone have an idea? Highly appreciate your help, thanks!

Best,
Darian


Hey @darianmanuchehr :wave:

You set all fields of the thing to the Current Cell’s fields, which means it wont update it. What you should do is this: add a input for each of these fields (where possible, or dropdown or checkbox etc), then in this action, you will get the values of these inputs instead of Current Row’s fields.

Great, thanks a lot!