Hi, I am working on offline functionalities in my app, and I would like the photos to be stored offline and then send them through Outlook. I am surprised but everything seems to work fine, however, I have some worries regarding these photos:
To store offline and match the correct photo with the correct 'task' when offline, I use SaveData(Photos, TaskVariable1 & LocationVariable2) and then I load the data by using the same variables when necessary. I am worried that the user will have thousands of photos stored internally after using the app for some time.
Maybe I understand PowerApps wrongly, but I just would like to know the following things:
1. Are the collections of photos stored in the device for an infinite amount of time if I do not clear them?
If yes, then:
2. Will the' Clear Cache' button clear all the collections?
3. Can I put some buttons in PowerApps clear cache?
Thank you,