Hello
I am working on a Noloco app where different user roles should see different filtered views of the same dataset. While I can set up permissions to control access, I’m struggling to implement dynamic filtering at the view level based on a user’s role. For example, an “Admin” should see all records, while a “Manager” should only see entries assigned to their department.
Right now, I’m trying to achieve this using conditional visibility and filters, but it seems like the filtering logic isn’t adapting dynamically to the logged-in user’s role.
Has anyone successfully implemented a system where the displayed data is automatically adjusted based on the user’s permissions or role attributes? Would love to hear if there’s a built-in way to do this or if a workaround is needed! Checked Noloco Help Docs Snowflake Training guide for reference and found it helpful.
I’m referencing the Noloco documentation but couldn’t find a clear answerdoes anyone know of a guide or example that could help?
Thank you !!