Let’s say I have table that lists projects. Is it possible to limit user access to individual projects?
Bear in mind we’re on the Starter pack.
Hey @John
Yes this is definitely possible in Noloco, even on the Starter plan.
You can do this with Record Level Permissions
Effectively you would need to assign a role to your users (one of the default roles)
Then you just need to add a filter to your projects table to only show them projects that they’re assigned to / that belong to their client / etc
This Tutorial on setting up a client portal goes through this exact scenario (from 11:44)
Brilliant! Works like a charm.