This workflow automatically processes meeting notes stored in Google Sheets, extracts key insights like action items, follow-ups and risks using AI and stores the results in an output sheet. It also sends a summary email and marks records as processed to avoid duplication.
This workflow automates the entire lifecycle of meeting note processing. It fetches raw notes from Google Sheets, filters only unprocessed entries and prepares them for AI analysis.
Using an AI model, it extracts structured insights such as action items, follow-ups and risks. These insights are then formatted into readable text and stored in a separate output sheet.
Finally, the workflow updates the original record as processed and sends a summary email, ensuring efficient communication and eliminating manual effort.
Manual trigger starts the workflow.
Google Sheets node retrieves meeting notes.
IF node checks if "Processed" field is empty.
Set node formats notes into raw_notes.
AI Agent extracts:
Code node converts JSON into readable text.
Updates original sheet with "Yes".
Appends extracted data into output sheet.
Gmail node sends summary email.
More use cases can be built using this workflow.
| Issue | Cause | Solution |
|---|---|---|
| No data processed | "Processed" already filled | Clear field |
| AI output invalid | Wrong prompt | Fix JSON format |
| Email not sent | Gmail auth issue | Reconnect account |
| Data not stored | Mapping error | Check fields |
If you need help setting up or customizing this workflow, feel free to reach out to our n8n developers at WeblineIndia for expert assistance.