Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

AppSheet user Role

Can we have more than admin and user as a user role in AppSheet. Since I would like to have something like: Admins,Managers,Accounts,Users

0 2 366
2 REPLIES 2

Yes and no. You can create a spreadsheet list of the user emails as column A, and their role as column B. Then, you can use expressions like…

Lookup(USEREMAIL(),“Table”,“Column A”,“Column B”) This will return the user’s role

Thanks a lot

Top Labels in this Space