Is it possible not to display certain menus (views) in guest user?

Is it possible not to display certain menus (views) when not sign-in or accessed as a guest user, and to show all menus (views) when logged in?

Hi, yes you can show and hide items in the menu. But the signed in bit, no. In appsheet the app has to either require a sign in or a sign in is not allowed. You cannot have a combination of the 2.

Simon, 1minManager.com

if user = guest(not sign-in) → show 1 view menu. if user = email → show 3 view menu.

If not then, Is there another way to guide me?

Try ISNOTBLANK(UserEmail()) for people logged in

It must require users to sign-in.