Hi everyone,
Short explenation of the app:
I developed an app with two forms that are based on two sharepoint lists. One of the forms includes an attachement function.
Problem:
To make the app suitable for offline usage I decided to store the sharepoint lists in two collections with the clearcollect function and reupload the stored data including the user inputs with the patch function when the user has finished his inputs and is back online. That works for all the text inputs but not for the attachements.
Question:
Is there an opportunity to also store the attachements to the same collection and patch the attachements to the sharepoint list later on?
Thank you in advance for your support,
Malte