I am trying to to set up my retool app so I can save updates I make to my table. I have a query set up that triggers successfully when I save data, but the data reverts back to what it was originally after I click "Save Changes".
When I mouse over the table.selectedRow.data.column in my API call in retool, I can see that the value is the old data instead of the new data. How do I get at the new data and apply it? How can I save data?