Hi,
Currently, I am building a Form in Edit Mode and I am lost.
I want to let the user edit their records in the SharePoint List
In edit Mode for update:
- User can remove the data that the user doesn’t want
- User can add a new row to insert a new data
- User can edit the existing data
After the update:
- The system able to save and update ONLY the updated data (data that was edited, data that was added, data that was removed)
- The system able to update to the SharePoint List
As now, I created a new screen which put a gallery in it where the data source is (‘People that has access ’) and I filter based on the tracking ID.

As now, I created a new screen which put a gallery in it where the data source is (‘People that has access ’) and I filter based on the tracking ID.

Based on the image above:
1) Save button: update all the modification that has been done in the repeating table
2) “+” icon: allows user to add rows
3) Pencil icon: allows user to edit rows
I tried the Patch() at the Save button but is not working
I tried the Collect() at the “+” but it did not add another row.
Is there any way to do so?
I really need some help on this edit mode.
Thank you