Display only the user's data across several data tabs

I am trying to have my app only display the user’s data, i.e. when user1 add item1 in a list, user2 should not see it. I tried to user row owner on the email in the user tab, but in the other tabs, everybody can see everybody’s item.

You could add an Email column to your Items table and make that a Row Owner.
Then when a user adds an Item, put their email address in that column. You can use the signed in user Special Value.

3 Likes

That works great! I was not aware of special value, super helpful! Thanks Darren.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.