Visibility issue in app

lets say there are three screen a1,b1,c1 ohkay.Now if new User Come and it is not registered on our app so i want to that he shoul see two screen a1 and b1 i was able to do this like adding visibilty condtion like if name is empty the show a1 other wise not because new user hae not registered with us so his name will not be thee in GS backend and this working fine and once the user register in our app his name get filled in GSbackend now the registered should see only b1,c1 in this i have implement visiblity condition for screen c1 that if name is not empty then show c1 okay so this is working perfectly fine in glide dashboard on laptop but when i go through phone for same user it is not working please help me out with this

is probably issue with sign-in new user… some values are empty… do the if-else column to determine if is empty and fill up with default value

and for just one user this issue i am getting

for any user… try to uncheck viewing as in editor and refresh page… you should have same issues if i’am right

yess but in glide dashboard for same user it is working fine but not in app

uncheck… for no user

ohk sir i will try this

sir i am not able to do these can you please help if you have any documentation