Role with only reading rights

iam thinking of creating a user that only have viewing rights and no rights to edit anything, so i can show less tech savy people, i have been googling and reading thrue the support and i havent found any way to do this, any ideas out there?

tldr:
a login that can only read and not update or edit anything ?

0 3 298
3 REPLIES 3

Hi, you can do that with the option called “Are updates allowed?”. You can find it from Data > Tables > Open table’s definition. Write a formula like…
IF(USEREMAIL()=“user@gmail.com”,“READ_ONLY”,“ALL_CHANGES”)

this worked like a charm! thank you

You’re welcome

Top Labels in this Space