Hi everyone! I’m working on a multi-screen app in Thunkable using Airtable as my data source.
Right now, I have a working screen that shows data in a Data Viewer List, and when a row is clicked, it opens a group that displays the row’s info in text inputs.
I want to:
Add a “Save Changes”
button that updates the selected row in Airtable.
2. Add a “Delete” button that deletes the selected row from Airtable.
I’m already storing the selected row’s ID using a variable when a row is clicked.
Could anyone walk me through the correct blocks to use for update/edit and delete? I’m especially confused about how to make sure the updates go to the correct row.
I will add photos of the blocks for the entire screen because maybe I messed up somewhere.
Thank you in advance!