Saving specific table rows based on checked box

I have a table in my app that is pulling in data from a Snowflake query. I've appended the table in my app with a checkbox column. What I am hoping to accomplish is whenever one of the app users checks one of the boxes, the data from the specific row associated with the checked box will write back to another Snowflake table. What is the best way to accomplish this?

Apologies in advance if this has already been covered!

Hey wmarroquin - welcome to the forum!

It's certainly doable with checkboxes but I highly encourage you to use "Actions" which is built-in table feature.

I've attached an example on how I use the action button to delete a row but similarly enough you can use actions to push the record to the database or make changes.