How can I let a user see only his own review

Hi everyone, I’m new to appsheets.
I have an app for wine review. But the data always sync the all data. I want each user to see only his own reviews, he created.

Where should I look for this role?

Thanks in advance,
Idan

0 2 171
2 REPLIES 2

On the review table you should have a column
[useremail] with the formula USEREMAIL()

Then on that table, you go to security filter and use
[useremail]=USEREMAIL()

This way, when the user logs in, he will only be able to see the records where [useremail] matches with his.

Steve
Platinum 4
Platinum 4
Top Labels in this Space