Help

Save the date! Join us on October 16 for our Product Ops launch event. Register here.

Re: Displaying Employee & Team Members in a User-Style Field for Airtable Interface Filtering

296 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Jack_Tranckle
4 - Data Explorer
4 - Data Explorer

I have a table called "Main" with a user field named "Employee," which needs to stay editable and as a user-style field. I want to add another column in the same table, "Employees Team Members," which displays all users in the same team as the employee. This new field should be non-editable, similar to a lookup, but must remain in the user-style format.

My goal is to have both the "Employee" and "Employees Team Members" columns as user-style fields so they can be used with the "current user" filter in Airtable's interface Kanban view.

Here’s the setup:

  • A form is submitted where users select "Employee" and "Team."
  • I already have a "Team Members" field using a lookup from a linked "Teams" table that shows all team members, but the "Employee" might not always be part of this Team column.

I'm open to creating an additional table to manage the team data but need guidance on how to maintain both fields as user-style columns to be compatible with the "current user" filter feature in the interface. How can I achieve this setup?

2 Replies 2
Mike_AutomaticN
7 - App Architect
7 - App Architect

Hey!

You might want to have a specific table for Users (see example below), where you have each Employee's name on one field, and its user on a different field.

Mike_AutomaticN_3-1723759654530.png
You then want to have to different linked record fields on the Main table, linking to the Users table. One called Employee and one called Employee Team Members. For each of those, you'll have a lookup to fetch the corresponding users respectively.

 

Mike_AutomaticN_1-1723759501532.png

Under this structure the "user type" field for Employee (lookup) is not editable, but the actual Employee field (linked record) is editable. So the same result would be achieved!
Find a link to the base here. An even better way to structure this would be to have a Teams table.

Let me know if this has been helpful.

 

Does the linked "Teams" table have a "User" type field or the emails of the Airtable users you want to filter by?

If so, I think it's possible you can just use a lookup field to display that "User" type field or the emails from that table, and you should be able to use the "Current user" filter feature, and so your Interface filter would be an "OR" to display either "Employee" is current user, or the lookup field contains current user maybe?