Automated Invoice Data Extraction and Entry to Google Sheets

somdn_product_page

This workflow automates the process of extracting structured data from invoice files stored in Google Drive and saving it into Google Sheets. Starting with a trigger that monitors a specific Google Drive folder for new invoice files, the workflow downloads each new invoice, converts the file to Base64 format, and sends it to Dumpling AI for data extraction. Dumpling AI parses the invoice to retrieve key details such as order number, date, PO number, and line items. The JSON response from Dumpling AI is then parsed, and individual line items are split for row-wise insertion into a Google Sheet. This process enables seamless, automated data entry for invoicing and bookkeeping purposes, ensuring efficiency and accuracy in financial workflows.

Node Count

6 – 10 Nodes

Nodes Used

code, extractFromFile, googleDrive, googleDriveTrigger, googleSheets, httpRequest, splitOut, stickyNote

Reviews

There are no reviews yet.

Be the first to review “Automated Invoice Data Extraction and Entry to Google Sheets”

Your email address will not be published. Required fields are marked *