Learn how to connect multiple Crust AI snippets together to create seamless navigation flows and app-like experiences.
rec=
or p=
) between snippets to maintain context or apply permissions dynamically.rec=
or p=
) determine exactly what data will be shown in the target snippet.Create Both Snippets
https://app.trycrust.ai/<your_tasks_snippet_id>/list
). We’ll add parameters later.Create Navigation Button (Airtable)
(Replace <your_tasks_snippet_id>)
Configure Tasks Snippet Permission (Crust AI)
Project Record ID
with the formula RECORD_ID()
.Project Record ID Lookup
.Project
linked record field.Project Record ID
formula field from the Projects table to retrieve.Project Record ID Lookup
field.Update 'View Tasks' Button URL (Airtable)
p
).(Replace <your_tasks_snippet_id>)
Add Button to Project Detail Snippet (Crust AI)
Test the Navigation
?p=<project_record_id>
.Project Record ID Lookup
field).Navigating to a Single Item Snippet
Complex Permission Parameters
p
parameter that identifies the relationship or user context:rec=
or p=
) in the button field formula.