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 / Unable to have auto up...
Power Apps
Answered

Unable to have auto update dashboard.

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all, I need help and guidance on creating an auto update dashboard for my Power Apps system. 

I have an order progress dashboard where users will refer it to see their current order progress. It's like you went to McDonalds and look at the screen whether your order is preparing in their kitchen or can pick it up already. Issue here is the dashboard is not auto update. I have to refresh the dashboard manually every single time progress is updated by admins.  Fyi, I created four separated containers and inside, I have a gallery to display the contents for each progress. 

AmiraRoslan_0-1696296216073.png

At each gallery's Items' property, I have this configured:

 

 Filter('Order Summary', OrderStatus.Value = "Order Received")

 

 

The code is same for each progress. How to enable the auto update for the dashboard created? Do I need to use Automate Flow or not?

Categories:
I have the same question (0)
  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Add a timer to your App on that screen - have the timer refresh the datasource which will update your items. Here are some basic settings to get you started:

    Timer1.Repeat=true

    Timer1.Autostart=true

    Timer1.OnTimerEnd=

    Refresh('Order Summary')

     

    Cheers,

    Sancho

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @iAm_ManCat , thank you for responding. 

    It works! Thank you, appreciate your help so much! 

     

     

  • iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Excellent, glad I could help!

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @iAm_ManCat ,

    I would like to ask, what is the recommended duration time to have auto update on the dashboard without having any issue? 

  • iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    It depends! Too many refreshes in a short time will likely cause issues due to the number of calls being made to the system. What do you currently have it set to?

     

    How often do the admins usually update the items?

    I would probably start with the highest number you think is reasonable and then tweak that based on feedback.

     

    So maybe start with one hour if that's reasonable? Which you would represent on a timer as duration of:

    1000*60*60

    This is:

    1000 (1 second in milliseconds) * 60 (1 minute in seconds) * 60 (number of minutes)

     

    If you need to tweak it, then change the number of minutes you are multiplying it by, so for example if we want it to run every 15 minutes:

    1000*60*15

    1000 (1 second in milliseconds) * 60 (1 minute in seconds) * 15 (number of minutes)

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 379 Most Valuable Professional

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard