web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to programmaticall...
Power Apps
Answered

How to programmatically resync dataverse on mobile apps.

(0) ShareShare
ReportReport
Posted on by 32
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.
I have the same question (0)
  • Suggested answer
    AmínAA Profile Picture
    1,228 Moderator on at
    Greetings  

    I believe there’s no direct way to trigger a sync similar to that of the “Check of updates” option in the offline status menu, although I haven’t used that functionality for quite some time . . . However, there are a few workarounds you can use to achieve similar results!

    The first one that comes to mind would be to add some sort of functionality to a button or a timer that would check if you had connection and then Refresh your datasource, syncing the dataverse (If that’s your datasource) in the process.

    Something like this could do the trick:
    If(
        Connection.Connected, 
        Refresh(MyDataSource),
        Notify("Unable to sync, device is offline.", NotificationType.Error)
    )
     

    If you like my response, please give it a Thumbs Up. Should this reply solve your question, please mark your post as Solved. Otherwise, feel free to reply to my answer for further help.
    Connect with me if you feel like it! 
  • Verified answer
    BB-23121111-0 Profile Picture
    32 on at
    In the end I was not able to get Dataverse to sync how I wanted. Refreshing the tables using Refresh() didn't do the trick. I eventually moved to using flows, since they can operate asynchronously of Dataverse's sync.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard