Fill Google Docs template fields
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
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
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.