You are helping me build the following AI agent workflow. ## Goal Structure Meeting Notes-mini: Submit raw meeting notes via a web form to get a structured 6-section document saved automatically to your Google Drive. ## Specification - What it does: Submit raw meeting notes via our web form to instantly receive a clean, six-section document saved directly to your Google Drive. The process automatically organizes your content into a consistent format with a file name based on client details, ensuring every section is complete even if some data was missing. - Trigger: Run manually (Manual ยท on form submission) - Autonomy: Fully hands-off - Expected setup effort: under an hour - Tools/services involved: - n8n: Workflow orchestration platform - OpenAI Chat Model: Structuring raw notes into sections - Google Drive: Saving the structured document ## Known pitfalls, handle each one explicitly in your implementation 1. Google Drive API permissions can fail silently if the service account lacks write access so verify folder ownership explicitly. 2. Long meeting transcripts might exceed context limits so implement a chunking strategy or summary pre-processing step. 3. Special characters in client names can break file paths so sanitize inputs before appending to the filename string. ## Reference implementation https://n8n.io/workflows/14895 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/structure-meeting-notes-with-gpt-4o-mini/ via usecasesforagents.com