Right now I have some interfaces on a base.
1st on is a form that will only be available to certain users (senders).
Depending of 1 of the decisions that this sender made, the answers of this form should be only available to a specific user (accepters) to deny or approve it.
2nd one is a interface that will only be available to a certain accepter depending on a dropdown answer that the sender filled.
My question is if there is a way to give permission to certain airtable users to use an interface. I’ve been trying to find a way of doing this but can’t find any way.
Another solution I explored is to create different bases and give the correct collaborator permission to the people whose work correspond to the one assigned to the base. But I would need to send data from a base to another. I don’t know if this is possible but I can’t find any solution to this either.