Trying to figure out how to trigger display of image/sound that user chooses amongst several preset intervals
1min/10min/30min , or 7min/7hour/7day , for instance
tia for any advice
Solved! Go to Solution.
Hi @xm ,
I will try to put you on the right track
Timers have an OnTimerEnd property
Audio controls have an AutoPlay property (to start playing),
So setting a variable OnTimerEnd to the same as the AutoPlay of the audio control will start it
Timers have a Reset value to start them - this can be a variable and sent from another shorter timer triggered by the OnTimerEnd with the reset of the first variable done then also (so the next sound will play at the end of the first timer).
Timers have a Duration property for their running time.
Audio controls have a Media property for the clip played and this can be from the user input.
Have a go with these thoughts - happy to help if you get stuck.
Here are the Timer and Media references
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @xm ,
I will try to put you on the right track
Timers have an OnTimerEnd property
Audio controls have an AutoPlay property (to start playing),
So setting a variable OnTimerEnd to the same as the AutoPlay of the audio control will start it
Timers have a Reset value to start them - this can be a variable and sent from another shorter timer triggered by the OnTimerEnd with the reset of the first variable done then also (so the next sound will play at the end of the first timer).
Timers have a Duration property for their running time.
Audio controls have a Media property for the clip played and this can be from the user input.
Have a go with these thoughts - happy to help if you get stuck.
Here are the Timer and Media references
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
202 | |
187 | |
80 | |
50 | |
38 |
User | Count |
---|---|
304 | |
249 | |
123 | |
73 | |
55 |