I’m building an app with some moderate complex searches, so to facilitate our development and testing, I’ve added “diagnostic elements” to some groups, repeating groups, floating groups, etc. These “diagnostic elements” contains details the users won’t see later but are helpful to us now.
My idea was we would delete them before the application goes live.
However, as they’re useful now, I suspect they’ll be useful later.
So what I’m looking for is a way to hide them all, except when I set some flag to I can see them.
However, I see no conditional statement I can apply to any element that essentially says that if two people are logged into the same account, one sees the elements while the other doesn’t.
Does anyone know how to do this?