Jul 12, 2023 06:59 AM
Hello there!
I am working on a base where each table must be shared with different users.
I was wondering if is it possible to share 1 single table with 2 users with different permissions (1 as editor and the other only viewer)
Any guidance you may have would be very helpful!
Thank you!
Jul 12, 2023 07:49 AM
I suggest you create an interface for the table. Then share the interface with the users. When sharing the interface, be sure to grant access to only the interface, not the whole base. You can specify read-only or edit access when sharing the interface with different users.
Jul 13, 2023 12:13 PM
That may be a great solution, I will try it.
Thank you!