← All work

Automated feedback analysis

STATUS
PROTOTYPE
TIMELINE
JAN 2026
ROLE
Workflow design · Prompt engineering · Evaluation & testing
ARCHITECTURE
Event-triggered analysis per response with batched reporting, so classification runs per submission and notification fires once per batch.
STACK
Make.com · Gemini API · Google Sheets · Gmail

BUSINESS PROBLEM

Form responses pile up and nobody reads them until someone needs a summary for a meeting.

WHAT I BUILT

A workflow triggered by form submissions that runs each response through sentiment analysis, logs the categorized result to a spreadsheet, and sends one aggregated summary email across all submissions rather than an alert per response.

RESULT

Demonstrates batched analysis and reporting over a stream of form responses. Built and tested against sample submissions.

MY ROLE

  • Workflow design
  • Prompt engineering
  • Evaluation & testing

HOW IT WORKS

  1. 01A form submission triggers the scenario.
  2. 02The response is classified for sentiment and category, then appended to a spreadsheet as a structured row.
  3. 03A scheduled step aggregates across submissions and sends a single summary email rather than a per-response notification.

TECHNICAL IMPLEMENTATION

Make.com scenario with a form trigger, a Gemini classification step, a Sheets append, and a scheduled aggregation and Gmail send.

Categories are constrained by prompt so the spreadsheet stays groupable instead of accumulating free text.

LIMITATIONS

  • Tested on sample submissions, not a live feedback channel at volume.
  • Sentiment labels are model output with no human review step.
  • The aggregation is a summary email, not a dashboard, and there is no trend tracking over time.