Turn raw survey responses into clear insights in minutes. Teams that collect feedback in Google Sheets can quickly see top themes, sentiment, and grouped answers by question. Great for marketing and research teams that need fast, reliable survey analysis without manual sorting.
The workflow loads survey rows from Google Sheets, converts each row into question and answer pairs, and adds helpful tags like question, participant, and survey name. It creates embeddings with OpenAI and stores them in Qdrant so answers can be grouped by meaning, not just keywords. For each survey question, it fetches the related answers from Qdrant, runs K means clustering, filters out small groups, and pulls the full text for each cluster. An OpenAI chat model then writes a short summary and a sentiment score for every top group. Results are written to a new Insights sheet in the same spreadsheet.
Setup is simple with Google Sheets, OpenAI, and Qdrant credentials. Expect major time savings by replacing manual reading and tagging. This is useful for NPS comments, product feedback, event surveys, and open text forms. You can run it on demand or call it from another workflow when new responses arrive.