Skip to content
Recued
Menu
← Back to recipes

Fill Google Docs template fields

by recued-core v1

Approval-gated template-fill workflow for one existing Google Docs document. It reads the target document for context, then replaces fixed placeholders such as [[CLIENT_NAME]] and [[SUMMARY]] through recued-core.google-docs.document.text.replace_all. It does not search Drive, share files, export documents, delete content, mutate styles/images/tables, or expose arbitrary Docs batchUpdate passthrough.

How it works 6 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (6 steps)
document_id trim
Trim whitespace from setting document id
has_document_id compare
Check if document id has data
document ?
skip: step.has_document_id not_equal true
skip_replace compare
Check if has document id does not equal true
replace_placeholders ?
skip: step.skip_replace equal true
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

google setting =
summary setting =
client name setting =
document id setting =
meeting date setting =
project 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 Google connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

google google-docsdocstemplatesreplaceapprovalwritingpack:google-docs

Details

6 steps 6 configurable settings recipe_id: fill-google-docs-template-fields