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.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
200 | |
97 | |
56 | |
51 | |
41 |
User | Count |
---|---|
266 | |
156 | |
83 | |
81 | |
56 |