Create Google Docs meeting notes
Approval-gated meeting-notes workflow. It creates one blank Google Docs document by title, then inserts a fixed meeting-notes scaffold through recued-core.google-docs.document.text.insert. It does not search Drive, share files, export documents, mutate styles/images/tables, delete content, or call arbitrary Google APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (12 steps)
title
trim
Trim whitespace from setting title
meeting_title
trim
Trim whitespace from setting meeting title
has_title
compare
Check if title has data
has_meeting_title
compare
Check if meeting title has data
skip_create
any
Check if any of the conditions are true
created_document
?
skip: step.skip_create equal true
document_id
default
Apply default
attendees_text
join
Join items with ", "
skip_insert
compare
Check if document id is empty
insert_scaffold
?
skip: step.skip_insert equal true
skipped
compare
Check if skip create equals true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
title
setting
=
Meeting notes
google
setting
=
attendees
setting
=
objective
setting
=
notes seed
setting
=
meeting date
setting
=
meeting title
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.