Hi All,
I have created a power app with offline features using collections, save data and load data functions. functionality wise everything working good in online and offline both modes.
The issue i am consistently facing is a message at top of screens when app is used as offline. The error message is "The request was not sent or there was no response from server. Check your internet connection. Server response: listname failed: Something went wrong".
If(Connection.Connected, listname or other operation) this condition is checked on app start, on each(new,edit,display) form data source. Not sure why its checking for sharepoint list after starting offline.
Any idea? Thanks in advance.
Thanks & Regards
Amod