This is my first time building a multi-user app on Glide. I’m working on a project management app for a small company (<10 employees). What I’m trying to do is allow the owner to add projects/tasks, assign employees to those projects/tasks and then only permit employees to see projects/tasks that are assigned to them.
I read through other posts about row owners and I was able to get it to work if the project/task is assigned to only one employee. When selecting multiple employees, the names/roles are separated by a comma in the row owner cell and that does not allow the project/task to attribute to any employees. Greatly appreciate any guidance here!