Learn how to use Airtable Button fields to seamlessly view or share specific Crust AI snippet views directly from your records. The same concept can be applied to other data sources as well, like Notion, Monday.com or Google Sheets.
Prerequisite
Create Airtable Button Field
Configure Button Action (Open URL)
Construct Dynamic URL Formula
https://app.trycrust.ai/<YOUR_SNIPPET_ID>/detail/
). Important: Remove any existing ?rec=
parameter from the end if you copied the full URL.&
operator to combine the base URL, ?rec=
, and Airtable’s RECORD_ID()
function.(Replace <YOUR_SNIPPET_ID> with the actual ID of your snippet)
rec
parameter, see: Understanding the Shareable URL Structure
Create Button Field
Configure Action
Use mailto: Formula
mailto:
URL. The body
parameter will contain the snippet link. Use ENCODE_URL_COMPONENT()
if your snippet URL might contain special characters, though often it’s not strictly needed for basic URLs here.Formula Example:(Replace <YOUR_SNIPPET_ID> and adjust the subject/body text as needed)