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 make the formul...
Power Apps
Answered

How to make the formula refresh automatically once a day at midnight

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi, I have a question, what can I do to refresh the information in two fields every minute after midnight, where I download data from the database to the gallery and then from the gallery to the field. how to make the information in this field refresh.

Categories:
  • AJ_Z Profile Picture
    3,711 Super User 2024 Season 1 on at

    What is the DataSource and why type of field are you refreshing and why 🙂

     

    this sounds like a Power Automate solution but i just want to check

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Table in dataverse is a source, i want refresh dateonly and text field.

  • Verified answer
    v-yujincui-msft Profile Picture
    Microsoft Employee on at

    Hi @Anonymous ,

     

    Do you want to refresh the data source every minute for some time period after midnight?

    I have made a test for your reference.

    1. Create a flow.

    utcNow()
    addHours(startOfDay(utcNow()),6)

    vyujincuimsft_0-1642069312616.png

    2. Create a App.

    3. Add a Timer Control and apply the following formula on its OnTimerStart property as:

    Set(var_status,flowname.Run().var_refresh)

    vyujincuimsft_1-1642069312619.png

    4. Add a new Timer Control and apply the following formula on its OnTimerEnd property as:

    If(var_status="true",Refresh(DataSource));Set(var_status,"false")

    vyujincuimsft_2-1642069312621.png

     

    Best Regards,

    Charlie Choi

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard