web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Play sound on click
Power Apps
Unanswered

Play sound on click

(0) ShareShare
ReportReport
Posted on by 4

Hello just learning here but looking for some help 👍

 

I am having trouble getting a sound file to play OnSelect of another button / icon. Trying to add a sound for button presses to engage the user a bit more during navigation etc (Using a mouse click sound for my audio file)

 

I have tried:

Adding an audio file, setting the Start property to varClick, and setting the Visible property to off

 

Then for my button to control playing the file:

Reset(Audio1); UpdateContext({varClick: false}); UpdateContext({varClick: true}); Navigate(BrowseScreen1, ScreenTransition.None)

 

Should I be using Set instead of UpdateContext?

 

I have also tried:

Setting my button to navigate to another page OnSelect property to

Reset(Audio1); Set(varClick, true); Navigate(BrowseScreen1, ScreenTransition.None)

 

Neither method is working for me I'm sure I am missing something

 

Any tips are greatly appreciated 🙂 

Categories:
I have the same question (0)
  • A_Madsen Profile Picture
    67 on at

    Hello

     

    I had a similar issue. The audio should be on the page you’re navigating to. I recommend looking at this thread to see if that solves it. 

     

     

  • chilly Profile Picture
    4 on at

    Oh nice thanks for this I will try today and let you know how it works out! Cheers 🥂 

  • chilly Profile Picture
    4 on at

    Still no luck and I have tried the method shown in that link.. I have also tried with or without Reset and it doesn't seem to matter

     

    Any ideas?Screenshot 2023-08-22 at 8.57.56 AM.pngScreenshot 2023-08-22 at 8.58.35 AM.png

  • A_Madsen Profile Picture
    67 on at

    Try this:

    Button = OnSelect: 

    Navigate(BrowseScreen1, None); Set(varClick, true)

     

    Audio2 = Start

    varClick

    Audio2 = OnEnd

    Reset(Audio2)
  • A_Madsen Profile Picture
    67 on at

    Try this:

    Button = OnSelect: 

     

    Navigate(BrowseScreen1, None); Set(varClick, true)

     

     

    Audio2 = Start

     

    varClick

     

    Audio2 = OnEnd

     

    Reset(Audio2)

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard