Customer Data Filtering and Routing
detail.loadingPreview
This workflow demonstrates conditional logic for filtering and routing customer data using If and Switch nodes.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow starts with a manual trigger and then fetches all customer data from the training datastore. It showcases how to apply conditional logic to filter and route this data based on specific criteria using If and Switch nodes. The workflow includes examples of single conditions, AND/OR conditions, and multi-branch routing.
Key Features
- Manual trigger to initiate the workflow.
- Fetching all customer data.
- Applying single conditional logic with the
Ifnode. - Applying AND/OR conditional logic with the
Ifnode. - Multi-branch routing based on country with the
Switchnode. - Comprehensive notes and explanations within
stickyNotenodes.
How To Use
- Click the 'Execute Workflow' button to start.
- Observe the data flow through the different
IfandSwitchnodes. - Double-click on each node to inspect the input and output items to understand the filtering and routing results.
Apps Used
Workflow JSON
{
"id": "be915a1b-ce95-4b57-9840-ce02d14bafc5",
"name": "Customer Data Filtering and Routing",
"nodes": 0,
"category": "Data Processing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: be915a1b-ce95...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Google Drive CSV PII Remover
Automatically removes Personally Identifiable Information (PII) from CSV files uploaded to Google Drive.
Airtable Receipt OCR Integration
Extracts data from receipts using Mindee OCR and stores it in Airtable.
Get n8n Executions to CSV
Retrieve all n8n workflow executions and convert them to a CSV file.
Parse DMARC Reports
This workflow parses DMARC reports received via IMAP and stores the data in a MySQL database.
Extract and Process Product Brochure
Extracts text from a product brochure PDF, creates embeddings, and stores them for querying.
Community Campaign Data Processor
Processes and updates campaign data from external sources into a PostgreSQL database.