Separacion por usurios

Puedes agregar filtros por tipo de usuario, para que el contador sólo vea su info, el admon la suya, etc.
Puedes agregar condiciones de visibilidad por tabs y por filas:

That requires setting up the visibility depending on the type of user.
I’d use a choice component, and depending on the user’s input, you’ll filter out some columns so he only adds the information of the column related to his profile.

Documentation for visibility is here now: https://docs.glideapps.com/all/reference/design-and-structure/visibility-conditions#component-visibility

Please check out this app, that you can copy, to see how you can achieve showing users different components, depending in their choice.

https://partyinvite.glideapp.io/

You can set conditions on components and tabs for when they should be visible. For example, you could show a component only if the current user type is ‘Admin’.

Check out this link in the forum: Tab Visibility 👀

And this documentation: https://docs.glideapps.com/all/reference/design-and-structure/visibility-conditions