Skip to content
Recued
Menu
← Back to recipes

Create a Coda page intake

by recued-core v1

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 11 steps

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 3 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Coda connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

coda codadocpageintakecreateapprovalknowledge-basepack:coda

Details

11 steps 3 configurable settings recipe_id: create-coda-page-intake