Hi,
I added a conditional visibility to my images, and a couple weeks ago that worked. But then recently it hasn't been working and I can't figure out why.
I'm also trying to do the reverse on my edit page. I want, when someone clicks "delete photo", to stop showing the image. I know that the deleting successfully updates firebase, because after you hit submit the picture no longer shows up when you're looking at the entry on Favorites. But I can't seem to do the reverse of conditional visibility and I also can't figure out why. I've played around with page state, getting the source from different places like the parameters, but nothing I do works. I really need these deleted images to be hidden, since most of the app's entries will not have a picture.
I've also tried using the code copilot, but I've been unable to get any custom code that works.
Any help is appreciated!