I have an application that allows people to share songs. I’d like to be able to use the search input so that a user can select an artist to add to a song if that artist has already been added to the database. The problem that I’m having on the live site is that if a user adds a new artist that artist is not being added to the song without another step. I’d like for the users to be able to add a new artist to the database and simultaneously add that new artist to the song.
Here’s a test app where I’ve tried to do this but I can’t get it to work:
https://testappgroovio.bubbleapps.io/version-test
https://bubble.io/page?name=index&id=testappgroovio&tab=tabs-1
I feel like I’m missing something simple.