Help

Re: Is it possible to lock or unlock table columns for either users or non-workplace users to edit?

3929 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Data_Team
5 - Automation Enthusiast
5 - Automation Enthusiast

Hoping you all can help a new Airtable workspace user out. I’m trying to find the right combination of permissions that would allow someone outside our organization to:

  1. Access a table or base ideally with a shareable link and
  2. Have editing access to the fields in selected column only. Essentially lock/unlock columns while all others remain read only.

I do not want to give access to:

  1. Expanding records which allows information in the hidden fields to be seen. This happens when giving read only and above access to a base users.

Is this possible? Any insight and guidance is greatly appreciated!

5 Replies 5
Jonathan_Lutz
6 - Interface Innovator
6 - Interface Innovator

Airtable doesn’t yet support table-level permissions in terms of which columns you can see vs. not see if you want the end user to have direct edit access to the base. This has been a highly-requested feature for some time & I’m thinking at some point they’ll get there. As things stand today, you can configure who can create/delete records for a particular table, & who can edit table field, but beyond that permissions are at the base-level when it comes to who can see what. That said, there are some workarounds that can achieve what you are after.

The first option would be to utilize table syncing across multiple bases. Have the end-user base show all the user-editable fields, & then sync that back to a second “Admin” base that includes those fields as well as some other fields that you don’t want the user to see but want to be editable from an administrative perspective.

The second option is to utilize a portal solution (3rd party tool) that sits on top of your airtable data & manages the permissions that way. Something like MiniExtensions, Softr, Stacker, or Pory. This may be overkill depending on your use case but is an option nonetheless.

Hope this helps!

A third workaround for minor edits is to use a shared view, a form, and automations. You share a view with only the fields and records that you want visible. In that view include a button field that opens a form prefilled with record values. Include a text field that is prefilled with the record id of the original record. (If you are on a pro plan, you can use the prefilled forms app to help build the formula.) When the user submits the form with the edits, have an automation copy the new data back to the original record, using the prefilled record id to identify the original record.

Hey @Jonathan_Lutz thanks so helpful! I’ll explore your suggestions for sure.

@kuovonne I’m thinking this could work! I’m excited to try it out, thank you!

Data_Team
5 - Automation Enthusiast
5 - Automation Enthusiast

Looks like #2 in my original post is doable! https://support.airtable.com/hc/en-us/articles/360043139673-Using-field-and-table-editing-permission.... Using this guidance I was able to lock down the columns I don’t want other users to edit. One piece just fell into place!