Visibility Does not Seem to Respect column values

Hi, not sure if this is a bug with the visibility option. It was working up till yesterday, but now it does not seem to respect my column values in the users datatable.

My end goal is to create an if-then-else isActive column to gate access to premium content. But even before going there, just testing it out with a simple example below, where the text component is

“Show when ROLE is ADMIN”

You can see in the users table, even when this user is not an admin, they can see this component still.

Am i missing anything? It was working fine 2 days ago.


Which table is your screen attached to?
Is your visibility condition targeting User Profile->Role, or just Role?

If your screen is attached to the Users table, and your visibility condition is just targeting Role, then what you see is correct. To fix it, you would either need to apply Row Owners to your Users table, or filter the screen where email is signed in user.

1 Like