Hi all,
Is there a way to programmatically resync a power apps canvas app with dataverse when using an offline profile?
I am looking for the same action to happen as when pressing "check for updates" in the offline status menu, but activatable within a button or timer, even if it requires doing it in a roundabout way such as resetting/refreshing another control, or doing some weird stuff with a connector.
I have code that is dependant on dataverse being fully synced, but do not want to set it to sync every half a minute for the sake of this one function, nor do I want the user to have to constantly manually refresh themselves.
Please let me know if there is a way I can force my canvas app to sync with dataverse, even if it's in an odd or inconvenient way.