
Announcements
Hi,
I'm trying to create a shop demo app in PowerApps that will play product videos. The app shoud work in two modes:
1) Interactive: The app shows a gallery of videos from which the user can select which are then played in the video player control
2) Automatic: If the user doesn't select any video the app automatically plays all the videos in a list in order.
I have the interactive portion working using a list of videos imported from an Excel sheet. I'm struggling with the Automatic portion. I can trigger the first video to play after a period of time without any user input by using a Timer control, but don't know how to loop through the videos. Any tips on how to loop through the table of videos playing each one in turn would be welcome.
David
Hi @DeepHeet,
I think this cannot be achieved within one screen. Maybe you can put each videos in one screen, and with OnEnd property of video control, navigate to the next screen that contains the next video. Then set the AutoStart property of next video to true.
Hope this could work.
Regards,
Mona Li