Hi Bubble community,
I’m developing a music streaming web app on Bubble and I’m having an issue with the audio player dynamic link not updating correctly when using filters.
On my “Music” page, I have a repeating group called “RepeatingGroup Music Player” that displays all the music from my “Music” database. I’ve added an input and a dropdown to allow users to filter the music by title and style.
I’ve set up constraints in the “Do a search for” to filter the repeating group based on the input and dropdown values. However, when I use the filters, the dynamic link of the audio player doesn’t update correctly.
The audio player is set up with a dynamic link to “parent group’s music’s song file” and it works correctly when the page is first loaded. But when I use the filters, the dynamic link doesn’t update correctly.
For example, this is my page with all my music. I play the song named “Carmen” and the correct audio is played.
But when I add an input with the value “carmen” to filter the repeating group, I get the correct name but not the correct audio. The audio that is played is from the first music in the first image named “Mercedes”.
Has anyone encountered this issue before or have any suggestions on how to fix it?
Thank you for your help!