Variables that detect if live or in dev

Is there a variable in bubble that detects if your webpage is live or in dev? So I don’t have to keep my elements on and off (e.g. elements that should be hidden in deployment but help me see variables while I’m coding) when deploying?

Hi there, @rhea… check out the Isn’t live version operator. If I understand your post correctly, I think that’s what you need.

live

Best…
Mike

2 Likes

wow, there really is such a thing? thanks for the tip!

1 Like