Hello everyone,
I hope all is well,
My Concern:
I would like to update rows in SQL when the user updates them in Canvas.
It could be on change of each item or onClick of the save button, all the items will be bulk updated.
What I have:
In SQL:
I have a table with a column Id as a primary key in SQL and other fields.
In Canvas:
I have a gallery where I inserted some Text Inputs and Comboboxes.
So how can I update theses records in order to reflect the changes in Canvas in the SQL table?
Amy help would be highly appreciated,
Regards,