Trying to update supabase when dropdown changes

-I have defined a query to update a supabase table. Query seems to run without error but table doesn't get updated.
I would like the query to run when i change the dropdown value in the Requirement level column.
Not sure how to proceed.



1 Like

Hey @David_G,

Try changing your event handler from click cell to change cell. Also, selectedRow will not track edits, you will need to use tbl_requierement_levels.changesetArray.

I made a youtube video where I explain this here https://youtu.be/v1YfE9gSaoM?si=Dmpy4bf9ZsLTM5Yt

Hope this helps and let me know if you have more questions