Audio player not refreshing

Hi,

I’ve been quite frustrated with this issue… Here’s my situation:
I have a screen with an audio player that has a specific url with magic text (from a logged in user property) and there’s a refresh button that links to a loading page with a countdown that triggers a custom action, creates a new link and updates the user’s property so that the audio player has the new url. Here’s my problem: when the user comes back from the loading screen the audio player hasn’t been refreshed or hasn’t got the new url or the player shows “0:00”. The user has to go to another page and come back to refresh the audio player.

Any ideas?

Try using custom visibility instead. The first action updates a property true false which hides the component, then updates url.

Second action makes the true false property change so its visible again.