Create a song playlist to switch from blueprint

Hi,

I am trying to create some activity in a presentation, and for this I added an audio blueprint.
I have managed to make it turn on/off, but now I would like to create an event to switch songs when I press a key (2 in my case). The blueprint interface is working to call the custom events I created, but the “Switch song” function is not working correctly as it’s adding tracks one over another.

How can I solve this?

Thank you!

Call Turn Off, then Switch Song

On play sound node, just set the concurrency to 1.

Amazing, didn’t think!

Cheers!