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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Change display form ac...
Power Apps
Unanswered

Change display form according to timer in loop

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I need to change the item in display form or in the gallery every 3 sec like a slider.

 

could someone help me to achieve it?

Categories:
I have the same question (0)
  • Verified answer
    v-micsh-msft Profile Picture
    on at

    Hi @Anonymous,

     

    Could you please explain a bit for the item that you would like to change here?

    If you mean the Datasource property of the form control, or the items property of the Gallery control, then I am afraid this is not available.

    Check the following thread for reference.

    auto generate app with multiple SharePoint lists

    A workaround is to add Multiple form controls (or gallery control), each configured with the proper data source, or saying items, then set the Visible property based on the duration and the number of the items you would like to display.

    For example, if the number of items is three, then we could configure the duration of hte timer control to:

    3(items)*3(sec)*1000

    Duration of the timer control should be 9000

    And its Repeat and Autostart properties to true,

    Then under the form control (Gallery control) Visible property:

    Use the following formula for each form controls:

    First:

    If(And(RoundUp(Timer1.Value/1000, 0)<=3,RoundUp(Timer1.Value/1000,0)>0),true,false)

    Second:

    If(And(RoundUp(Timer1.Value/1000, 0)<=6,RoundUp(Timer1.Value/1000,0)>3),true,false)

    Third:

    If(RoundUp(Timer1.Value/1000,0)>6,true,false)

     

    After configured, set the timer control Visible property to false.

    Hope this is helpful.

    Regards,

    Michael

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard