New signups land in your Google Sheet and get scored in minutes. Leads are checked as they come in and a clear rating is written back to the sheet. Sales or community teams can sort entries fast and focus on the best contacts.
Here is how the build runs end to end. A Google Sheets trigger watches for new rows every minute. Each new row goes to OpenAI with a system prompt and a user message that passes the form fields. The reply is structured as JSON and parsed by a Set node into a reply object. A Merge node combines the original sheet data with the AI result by position. The Google Sheets node then updates the matching row by Timestamp and writes the rating into a dedicated column.
To put this in place you need Google Sheets access and an OpenAI API key. Map a stable match column such as Timestamp and create a Rating column to store the AI score. Expect faster triage, more consistent decisions, and less time spent reading long answers. Common uses include screening community join requests, workshop signups, or newsletter referrals where you need quick and fair sorting.