Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow automates the process of converting delivery addresses into geographic coordinates and optimizes delivery routes for each carrier using Google Maps. Finally, the workflow outputs an o...
n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.wait, n8n-nodes-base.merge, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow automates the process of converting delivery addresses into geographic coordinates and optimizes delivery routes for each carrier using Google Maps.
Finally, the workflow outputs an optimized circular route that starts and ends at the base location.
This workflow is particularly useful for:
It enables faster route planning, improves delivery efficiency, and provides a low-code automation solution that integrates directly with existing operational spreadsheets.
The workflow automatically converts delivery addresses into precise GPS coordinates using Google Maps APIs, eliminating manual data entry and reducing human errors.
By calculating the most efficient delivery order, the workflow helps drivers reduce travel time, fuel consumption, and operational costs.
All delivery data is managed directly inside Google Sheets, making the system easy to use for logistics teams without requiring additional software.
Deliveries are automatically grouped by carrier, allowing each driver or logistics operator to receive a dedicated optimized route.
The workflow dynamically processes only the deliveries scheduled for the current day, ensuring routes are always updated and relevant.
The solution can easily scale to handle larger delivery volumes and can be adapted for different logistics operations, territories, or business models.
Optimized routes reduce unnecessary mileage, helping companies lower fuel expenses, vehicle wear, and delivery times.
The workflow uses Google Routes API for accurate driving distances and includes fallback logic to ensure continuity even if API responses fail.
Once configured, the entire process runs automatically with minimal manual intervention, improving productivity and operational reliability.
The workflow can be customized to support:
Manual trigger The workflow starts manually by clicking "Execute workflow".
Fetch today’s deliveries
DATE DELIVERY equals today’s date.LANG and LONG columns. DONE = "x" to avoid reprocessing.START ADDRESS, START LAT, START LNG.DONE = "x". NAME CARRIER.row_number, NAME CARRIER, DATE DELIVERY, ADDRESS, LANG, LONG, DONE. documentId from the sheet’s URL.key Get date delivery, Update Lat and Lng, Get addresses), replace the documentId with your own sheet ID. Foglio1 or gid=0) matches.n8n-nodes-base.set), edit the START ADDRESS assignment to your warehouse/starting location.👉 Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.
| Workflow | Optimize delivery routes for carriers from Google Sheets using Google Maps |
|---|---|
| Complexity | advanced |
| Nodes | 25 |
| Categories | Project Management |
| Author | Davide Boizza |
| Published | 12 May 2026 |
Use the JSON export at /data/workflows/15673/15673.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow automates the process of converting delivery addresses into geographic coordinates and optimizes delivery routes for each carrier using Google Maps. Finally, the workflow outputs an o...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management use case.