How to activate save button in add-ons

hi, i can add new add button and trigger it to save something in my db.
but i can not activate below save button, any idea?

image

Hi, welcome to community. You can add the query to the save handler.

image

thanks.
and thanks for your response.
i can still not do that.
i have only one query to bring the data and table. but you are using query2 to fetch the data. do i need to create another query to activate save button?
and is it possible you to share query2 configuration?

of course. Yes, you better to sperate the query of select and query of insert. It danger to merge two in one.


don't forget to make name column editable.

Here is docs of table for your referrence.

2 Likes

thank you so much. it works now.

1 Like