I using SaveData, ClearData and LoadData functions. on my application load I am loading the data using LoadData. I get an error for the first time when I open the app as there won't be any file saved on mobile. the following are the errors:
Power Apps didn't find that file. Please confirm the file name.
There was a problem loading your data.
How can i check the file that is saved using SaveData function already exists or not? thank you.
Solved! Go to Solution.
Hi @slalithprasad ,
Use the true parameter at the end of the Load Data and it ignores a missing file
LoadData(
YourCollection,
YourLocalFileName,
true
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @slalithprasad ,
Use the true parameter at the end of the Load Data and it ignores a missing file
LoadData(
YourCollection,
YourLocalFileName,
true
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
185 | |
53 | |
41 | |
36 | |
30 |
User | Count |
---|---|
242 | |
81 | |
71 | |
69 | |
65 |