Hi everybody, possibly newbie question.
I’ve spent almost 10 hours trying to figure this out so decided to ask here.
What I need is the following functionality:
Ability for users to link records from different tables without showing all to all:
- Table 1: Users of type X (manager)
- Table 2: Users of type Y (employee)
- Table 3: List of stuff (documents)
So let’s say manager is logged in and wants to update a document and associate it with a specific employee. Is that possible? Important here is that manager wants to update not to create. So employee exists already, potentially even the document.
The best I have achieved, is that manager gets a dropdown of employees or documents and selects them. However, there, I can’t find a way to have a manager see only “their” employees or “their” documents. Every manager sees every record.
Another important thing here is that the process needs to be automatic, meaning for every new user I need to do nothing for the app to be functional. So for example setting up manually custom views on airtable for each manager is no bueno. This is a road blocker for me, without it basically Softr, lovely as it is to build the UI, it is unusable.
So if anybody has any recommendations, I am open.