Back to Templates
This workflow manually pulls raw customer records from Google Sheets, normalizes and scores key fields (name, phone, address, gender, dates), then routes results to either a normalized master sheet or a review queue and uses the Google Sheets API to highlight missing cells.
raw_input.normalized_master sheet and sends a Google Sheets batchUpdate request to highlight any empty cells.review_queue sheet and sends a Google Sheets batchUpdate request to highlight empty cells for faster review.YOUR_SPREADSHEET_ID in all Google Sheets and HTTP Request nodes with your target spreadsheet ID.raw_input, normalized_master, and review_queue with columns that match the fields written by the workflow (for example: name, email, phone, prefecture, address, birth_date, status, completeness_score, and review_reason).normalized_master and 1278913705 for review_queue) match your spreadsheet, and update them if they differ.