Hello,
I am patching data form a collection to an Excel file located on my One drive.
My app ahs been working fine for the last 2 months. But since yesterday, when I patch the data I sometimes get a message in a red band saying "an unknown error occured".
WHen the patch was finished, I checked, and the data had not been patched in my Excel file.
It was lost!!!
Does anyone know where this error is coming from / how to solve it?
And how to avoid losing data. This is really a big problem...
Many thanks,
@Anonymous
This can happen for a variety of reasons from the Excel file through the OneDrive connection to the connection for the App itself.
Unfortunately you have to plan for those potential issues in your app by using functions like Errors and checking connections.
Also, Excel tends to be a bit temperamental when used as a DataSource - you might consider moving to SharePoint or SQL if possible for the future as you'll have a little more control over them and there will be less temperamental issues.
I hope this is informative and helpful for you.
I see...
How can I test for errors while it is patching?
The patch of the collections happens in one go.
It's not like there is a loop where I can test for error between each record being patched...Can you provide any guidance?
@Anonymous
This is going to depend entirely on how you are doing your Patch. Can you share your formula that you are using and perhaps that will lead to some suggestions?
ForAll(offline_records,Patch(l_data,Defaults(l_data),{
date:c_date,
dir:Text(c_dir),
var:Text(c_var),
per:Value(c_per),
for:Text(c_for)}))
@Anonymous
I know we kind of hit on this subject in some of your other posts, but are you still having issues with this function and formula?
nvm
What issue or error are you experiencing with it?
I was dumb and named the columns in my data set the same as the fields in my app. I realized I had those confused. I fixed the names and it started working again.
Hi @dyee4613 ,
Please consider posting your findings. Believe it or not, there are times when full fledged PowerApps solutions will incorporate Excel Data as a Production-grade solution (not synced to OneDrive per se, but definitely stand alone Excel static data).
Any lessons you learn could help others.
Thanks for being part of the community!
User | Count |
---|---|
125 | |
87 | |
87 | |
75 | |
69 |
User | Count |
---|---|
215 | |
181 | |
140 | |
97 | |
83 |