I am working on a mobile app using powerapps canvas, and need to patch to a dataverse table. In the browser this works fine and the table is successfully patched. On the mobile app I get an "entity with name _ not found in metadata", despite it being in the offline profile. Critically, it says it cannot find he entity set name "crd0e_fieldapp_uploadedfileses", it has appended an "es" to the end of the logical name that doesn't reflect what is in dataverse, which says the logic name is "crd0e_fieldapp_uploaded_files". I have created two new tables and have had the same issue, despite patching to other dataverse tables throughout the app without issue up until now. I need to be able to save to dataverse for offline support, so uploading to something else like sharepoint isn't an option. See below the code, table and error.
Is there any way I can manually specify the logical name to the patch function to get around this, or a way to stop this issue from occuring?
I was able to fix this issue by manually duplicating my offline profile 1:1 and using it instead. I don't know why the error occured, but that solved it.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.