Hi everyone. I have built a database of car images that dynamically filters models down to by the make selected, the trim by the model selected, and so on. When I build out an interface the dynamic filtering functionality works as intended (if I select Audi in my dropdown on the interface, when I select my model filter it is automatically limited to Audi models.)
However, my issue begins when I share the interface. Currently I’m sharing the interface to the web with password access. My team will handle the updating of the interface, and other members of my organization will need to reference the data on a read-only basis. However, when I send out the share link the dynamic filtering functionality of my drop down no longer function in the same way. If I select the make Audi, the models no longer filter down to Audi models. Is there some setting that I’m missing to enable dynamic filtering on a shared interface?