Turn Google Form entries into a clean lead database without copy and paste. The flow reads a Google Sheet, writes new leads into MySQL, and flags items that need a fast reply. It fits teams that manage event inquiries or bookings.
A weekday schedule runs every 30 minutes and a manual run is available for testing. The Google Sheets node pulls rows and a Set step renames columns into clear fields like timestamp, email, name, and event details. A MySQL select loads current records. A dataset compare step matches by timestamp and source name and ignores audit fields, so only true changes move forward. New or changed items upsert into MySQL. If a record is older than four hours with no response, it routes to a notification step. When database status changes, the Google Sheet gets updated, and MySQL marks synced items.
You need a Google Sheet fed by a form with a DB Status column and a MySQL table that matches these fields. Expect faster intake, fewer mistakes, and quicker follow up. This setup suits venues, agencies, and teams that track event requests in Sheets but need a reliable database for reporting and follow up.