Skip to content
Recued
Menu
← Back to recipes

Create Google Docs meeting notes

by recued-core v1

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

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

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.

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-docsdocsmeeting-notesnotescreateapprovalwritingpack:google-docs

Details

12 steps 7 configurable settings recipe_id: create-google-docs-meeting-notes