I need an event by change to update this one line

Hi to all you Retoolers,
May one of you can help me. Sure there is a simple solution I just don't know-how.

I want to confirm or reject the status of the vacation request. There are two options for this in the dropdown. Now I need an event by change to update this one line. That's all. I thank you in advance.

Greetings Jens

Hi @Yaenz! Are you interested in just changing the value in the table component, or would you like to update your db table as well?

Hi Victoria, thanks for your feedback. Both. First I would like to use the droplist to change the values ​​in the table and then write them back to the database later. It is important that I need one event per selected row. or two events. An event for the SQL update and an event for REST API post

Definitely! This is a great case for the "Save new" event handler :) It will run when you update a row, including changing a dropdown in a column. Would that work for you?