Skip to main content

Notifications

Community site session details

Community site session details

Session Id : Fzf3iZKcb/cTG/uWwHzp8w
Power Apps - Building Power Apps
Answered

is it possible to have moving gallery screen based on timer

Like (1) ShareShare
ReportReport
Posted on 6 Jun 2019 11:10:23 by

Hi , is it possible to have moving gallery screen based on timer. i have a horizontal gallery and i want the items to scroll automatically after 3 seconds..  my gallery is connected to a sql table with just 6 records.. how can i achieve this ? Need advice

Categories:
  • markperrah Profile Picture
    47 on 23 Apr 2025 at 22:02:20
    is it possible to have moving gallery screen based on timer
    I found a way to do this.
    Set a context variable onvisible of gallery for (varshowrecordnum: 1)
    I set a timer to duration 3 seconds. and set timer repeat to true
    OnTimerEnd set a context variable (varshowrecordnum) to increment by 1. 
    Then you set a gallery to display the items pointing to:  Index(yourdatasource, varshowrecordnum)
    this will start by showing the first record then every 3 seconds move to the next indexed item in data source.
  • Verified answer
    v-monli-msft Profile Picture
    on 07 Jun 2019 at 08:32:56
    Re: is it possible to have moving gallery screen based on timer

    Hi @Anonymous ,

     

    I think this cannot be achieved so far, scrolling bar cannot be controlled with formula. You need to scroll manually.

     

    If you need this feature, please consider to add an idea below:

    https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas

     

    Regards,

    Mona

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,660 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard
Loading started