How do you limit the rows each user can see?

Hi, I am creating a clock in/clock out timesheet app and I want to ensure that each user can only see the data they have submitted themselves, so they cannot clock out/edit information of another user. Is it possible to do this without upgrading to the pro plan? I understand that security filters and only available in pro. Is there a way to do it with the premium plan?

0 1 584
1 REPLY 1

You could use a slice
with row condition constrain like [Email]=Useremail() this will show in slice only rows with the useremail and built on it.

Top Labels in this Space