
Announcements
Hello, I'm trying to create an offline mode on an application, the goal being to be able to read and modify information from a sharepoint list without needing to connect.
For that I take the information from the list on the "OnStart" with "ClearCollect" and 'SaveData"
I use 2 editform to read / modify data (no line creation or deletion), local modification works as well as reading with submitForm, but I cannot send the "LocalData" collection to the Sharepoint.
I tried a Patch function with no results.
If you could help me?
Thank you