Hi .. I have a checkbox in each of my rows in gallery.. i just want to update the checkbox value in my sql table when i check and uncheck.. can anybody help me to do this?
Hey,
create a button in the gallery.
-> OnSelect: if(checkbox.Value = true,Patch('YourDatabase', ThisItem, {
'YourColumn' : "check"
}))
Try this out.
User | Count |
---|---|
174 | |
116 | |
85 | |
44 | |
41 |
User | Count |
---|---|
238 | |
152 | |
131 | |
77 | |
72 |