It has no problem updating the second and third column as it is an insert from retool but the first and fourth column wont update. The first column is through a dropdown(tag) and the fourth is a simple text insert through the table (double click on row). I already tried to change the Changeset to {{Bewertung.selectedRow.data.bewertung}} etc. but it light up red.
Do I have something wrong in my syntax? I would apreciate any help.
Yes the event handler is set correct. I know this because the date and person who updated gets updated in the database. So the event handler and Query control work
Sorry, are you saying you only want the Save Changes event handler to fire when something happens or another query to execute when a user selects a different row?
If the Javascript evaluates to true in the green popup, the query will run
Another option is to use the Disable save input. In this case, it's a bit opposite. true means that it will be disabled and therefore the save query won't run.