Hello,
I'm currently struggling to develop offline functionality for my powerapp. I understand that this must be achieved through collections paired with the SaveData and LoadData functions, but not sure where to start.
Currently, I have an app which contains a barcode scanner linking to a form. IF the scanner reads a barcode that is already in the dataverse table, it will view that record, IF NOT it will pre populate the barcode field of the form and allow for a submission when the rest of the fields are populated.
First of all, is it possible to have a form working offline? Also, is it possible to access dataverse data offline as this would be essential to the barcode scanner being able to read if there's a match to the data.
Thank you.