I would like to edit a field in list. I show 2 fields in repeating group from list and allow to change 1 field. This can be done by using “Auto-binding”. However, I would like to let user to click save to confirm all changes or click cancel to ignore them.
I have the same question. I use a repeating group to add tasks to a single meeting, all in the same meeting form. I use plus and minus buttons to add or delete tasks in the form. It can easily be saved by autobinding, but what if the user changes fields in a few seconds. Then the autobinding seems to be slow. I would like to have the tasks being saved when the save button of the form is hit. I haven’t been able to get it to work yet.