This may be an easy question (I’m new to Bubble) but I cannot figure it out for the life of me.
I built an app where users can upload a Youtube URL of their projects. I want Video.js api (the video player) to be shown to the viewers if the project comes with a URL. If it doesn’t, then I don’t want the element to be shown at all. Below is the conditional formatting setting I used for it, but it doesn’t work. Any suggestions?
Since you are setting auto play along with visibility, how about adding a second condition for when the url is empty and set The Element is Visible to false (uncheck the box.)