Stop audio player when timer expires

Wondering if there is a way for a user to set a timer and when the timer expires or hits 0, then turn off the audio player? I appreciate the help.

Well Have a hidden input in your screen, then make the audio component sometimes visible if :
Other components > Input > Is not equal to > 1

Then when the timers ends, add an action > change input value to > false

Please make sure to add an action on the button which leads you to the screen to change the input value back to 1

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.