Hi, it seems that I have problems with playing an audio file in the same button as Navigate function button.
Whenever I clicked on it, it will bring me to another screen without playing the audio at all. Appreciate if somebody could help me here. Thanks!
Solved! Go to Solution.
Hi @NZ94 ,
You need the audio control in the destination screen and set the Variable after you navigate. Using varPlay as the Variable (use as the Start on your audio control)
Navigate(YourNewScreen);
Set(varPlay,false);
Set(varPlay,true)
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.
Visit my blog Practical Power Apps
Hi @NZ94 ,
You need the audio control in the destination screen and set the Variable after you navigate. Using varPlay as the Variable (use as the Start on your audio control)
Navigate(YourNewScreen);
Set(varPlay,false);
Set(varPlay,true)
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.
Visit my blog Practical Power Apps
User | Count |
---|---|
262 | |
110 | |
92 | |
55 | |
41 |