Learn how to dynamically show only the records relevant to the specific individual viewing the snippet using User-based Permission.
Configure the Permission Field
Obtain the Viewer's Identifier (Permission Value)
Matching and Filtering
Displaying Relevant Records
Create Lookup Field (Airtable)
Configure Permission (Crust AI)
Create Formula Field (Airtable - Clients Table)
RECORD_ID()
Client Record ID
. Save it.
This field now displays the unique Airtable Record ID for each client.Create Lookup Field (Airtable - Campaigns Table)
Configure Permission (Crust AI)
recABCXYZ
). You would typically only share this via Direct URLs generated through automations or buttons, embedding the specific client’s Record ID into the ?p=
parameter, making it function like a secure magic link.
Testing Permissions
?p=
parameter automatically populated with the identifier you entered in the “View as” box.