Save event handler not available

I have a table where I'm trying to allow users to add a new row. I've added the new row button, but cannot add a "Save event handler" - it is not available in the dropdown.

I've done this for tables in other apps without a problem. I've even tried copying those tables from other apps but when I connect to my query and refresh the columns the "save" event disappears - what am I missing?

If no columns are editable, then you see what you had
image

if at least 1 column is editable then you get the save option you're looking for
image

if you don't want to/can't make any of the columns editable then you can just add new column (name it whatever), set it as editable, then set hidden to true and you will still get that save option/

1 Like