Create a Coda page intake
Approval-gated Coda page intake workflow for one doc. It reads destination doc metadata and existing pages, creates exactly one page by name through recued-core.coda, and reads Coda mutation status once. It never updates existing pages, deletes pages, shares docs, publishes docs, exports content, or calls arbitrary Coda APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (11 steps)
doc_id_trim
trim
Trim whitespace from setting doc id
page_name_trim
trim
Trim whitespace from setting page name
has_doc
compare
Check if doc id trim has data
has_name
compare
Check if page name trim has data
ready
all
Check if all conditions are true
doc
?
existing_pages
?
create_page
?
skip: step.ready not_equal true
mutation
?
skip: step.ready not_equal true
existing_count
count
Count items in existing pages result items
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
coda
setting
=
doc id
setting
=
page name
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.