How to go to next song? [Audio/Sound Player Howler.js Lite ]

Im using the Audio/Sound Player Howler.js Lite by Zeroqode. All I need to do is have it play the next song when the current track ends. I could just be really stupid ( :frowning: ), but I cannot get this to work. Right now I have all of my songs as data entries with a file and title. Howler A has a state on it called current track. The dynamic link is this howler’s tracks file. If the page is loaded and the state is empty the state is set to a random track. I press play and it works, but that’s as far as it gets. At first I couldn’t get it to play the next track at all, but I made a workaround(?)…I did when the howler ends, set state to a random track and play. It plays but then my pause button (with action pause a howler) no longer works, even though I only have one howler element…even worse, if I press play again, it starts playing two tracks….please help! I really want to use this plugin but I seriously cannot figure out how this is supposed to work. It’s really not intuitive and I couldn’t find documentation for the lite version..Thank you!

Could you please check the workflow actions you will find may be Track end / Player Stopped or something like that. May be that will help.

Could you please share some screenshort.

Hi, here are some screenshots. Those are all of the plugin actions and my workflows as well as my track data type and the custom state which is on the howler element.

Use event A Howler Has Finished Playing and set the new song.