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 299
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