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 / Press button automatic...
Power Apps
Answered

Press button automatically after a time

(0) ShareShare
ReportReport
Posted on by 48

Hi all,

In my app i have a button with the next

OnSelect property: UpdateContext({Weather: MSNWeather.CurrentWeather("Redmond"; "Metric")})

So it gives me uv number and description over Redmond, WA

 

I need that button run periodically every hour for example, or with a timer. Without the need to do clic

 

Thanks for your help

Categories:
I have the same question (0)
  • Verified answer
    CarlosFigueira Profile Picture
    Microsoft Employee on at

    You can use a Timer control for that; if you set the following properties on the control:

    Duration: 60000 // This sets the timer to 1 minute; change to your desired refresh time
    Repeat: true
    AutoStart: true
    Start: true
    OnTimerEnd: Select(NameOfYourButton)

    With this, the timer will be started, and every 60 seconds (or the time you specify in the Duration property) it will invoke the OnSelect expression that you have on your button.

    Hope this helps!

  • dvalenzuela Profile Picture
    48 on at

    Hi @CarlosFigueira,

     

    thanks for your help, it works

     

    regards,

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 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard