Ah, so if a user selects "Assignee A", then the user can only select from say, Facility 1 and 2, and Equipment Type A and B
Whereas if a user selects "Assignee B", then they can only select Facility 1 and Equipment C and D?
If so, I'm afraid Airtable forms doesn't support this functionality and you'll need to look for another service to help with this
Hi Adam,
Thank you for your response!
What I mean is that the person filling out the form only needs to select an Assignee, and the system will automatically populate the Facility and Equipment that this Assignee is responsible for into the form. This can avoid the person filling out the form repeatedly entering certain information.
So my idea is, is it possible to create a separate data table for the Facilities and Equipment associated with each Assignee? When filling out the form, the person only needs to select an Assignee, and the system will automatically populate the Facility and Equipment that the Assignee is responsible for.
For example, the data table may look like this:
So if the person filling out the form choose Brian as the assignee, then the field Facility & Equipment in the form will be automatically filled in with the information Building A and generation equipment.
Assignee | Facility | Equipment |
Brian | Building A | generation euipment |
Michael | Building B | generation euipment |
Justin | Building A | network |
Hi Adam,
Thank you for your response!
What I mean is that the person filling out the form only needs to select an Assignee, and the system will automatically populate the Facility and Equipment that this Assignee is responsible for into the form. This can avoid the person filling out the form repeatedly entering certain information.
So my idea is, is it possible to create a separate data table for the Facilities and Equipment associated with each Assignee? When filling out the form, the person only needs to select an Assignee, and the system will automatically populate the Facility and Equipment that the Assignee is responsible for.
For example, the data table may look like this:
So if the person filling out the form choose Brian as the assignee, then the field Facility & Equipment in the form will be automatically filled in with the information Building A and generation equipment.
Assignee | Facility | Equipment |
Brian | Building A | generation euipment |
Michael | Building B | generation euipment |
Justin | Building A | network |
Ah I see. No, that's not possible I'm afraid.
If each person is assigned to one piece of equipment from one facility, why not just make a dropdown list with the options being the following?
`[Assignee] - [Facility] - [Equipment]`
So you'd end up with a dropdown of:
Brian - Building A - Generation Equipment
Michael - Building B - Generation Equipment
Justin - Building A - Networking
And if you needed each of those pieces of data in separate fields you could use an automation to do that for you?