I am encountering an issue with my Power Apps solution that involves offline capabilities enabled and connectivity with Dataverse. Here's the scenario:
- I have a Power App with offline capabilities enabled, connected to Dataverse.
- I've created a flow that triggers an update to a column on every new entry within the Dataverse table.
- When I add a new record to the Dataverse table while the app is in offline mode but with WiFi connected, the "status" column gets updated as soon as the flow finishes executing. This update reflects correctly in the Dataverse table.
- However, in the Power App, even though the WiFi is connected, the updated value in the "status" column is not reflected. It seems like the Dataverse table is not getting updated in the app.
I've attempted several troubleshooting steps, including:
- Adding a button and a timer to execute the "Refresh()" function.
- Utilizing the Save and Load functions to modify the local data file on the mobile device.
Despite these efforts, the data synchronization only occurs after a delay of 5 minutes or more.
I seek assistance in resolving this issue to ensure that the Power App updates reflect the changes made in the Dataverse table promptly, especially when the app is in online mode with WiFi connectivity.
Thank you for your help. Any insights or suggestions would be greatly appreciated.