Collecting invoice data by hand is slow and error prone. This automation watches a Google Drive folder, extracts key fields from each new invoice or receipt, and records clean data in Google Sheets. It suits finance and operations teams that want faster intake and clear tracking without extra effort.
You can start it in two ways. Click Test to run on demand, or rely on the Google Drive event that checks the folder every minute. The flow lists all files, reads the sheet to find already processed items, and filters by file id so only new documents move forward. Each new PDF or image is downloaded from Drive and sent to an OCR API. A small code step parses the JSON reply and maps vendor, totals, dates, and currency into columns in the sheet.
Setup needs a Google account for Drive and Sheets and an API key for the OCR service. After connecting the credentials, pick your folder and spreadsheet, then activate the workflow. Expect big time savings and better accuracy, often cutting manual entry by 80 percent or more. Common uses include invoice intake, expense receipts, and vendor bill capture for small and mid sized teams.