Row Owner on Glide Computed Columns

I’ve use cases where roles are being assigned based on an if-else column.
Earlier when I was using google sheets, I was able to do that. But after migrating to glide tables, I can’t do it.

Example:
Team Lead A:
Employees Under Team Lead: M, N, O

Team Lead B:
Employees Under Team Lead: X, Y, Z

Now, If I want to assign O to Team Lead B. So, All Employee O’s Data would be accessible by Team Lead B.

It should have this capability to swap row owners based on glide computed columns.

@Purvang_Joshi jeff describes quite well why a computed column cannot be used for row owner - and I would say likewise for ite columns as you don’t know which data to download before the actual ite is run

2 Likes