Item Matching Example (Unverified)
detail.loadingPreview
Demonstrates how to use itemMatching() in the Code node.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow provides a simple example of how to use itemMatching(itemIndex: Number) in the Code node to retrieve linked items from earlier in the workflow. It retrieves customer data, modifies it, and then restores email addresses.
Key Features
- Demonstrates
itemMatching()function. - Retrieves data from
n8nTrainingCustomerDatastore. - Utilizes the
Codenode for data manipulation. - Includes
Edit Fieldsnode for basic data editing. - Includes error handling.
How To Use
- Import this workflow into your n8n instance.
- Click "Execute Workflow" to run the example.
- Observe the output of each node to understand the data flow and transformation.
Apps Used
Workflow JSON
{
"id": "dce85637-f44e-4c55-ace0-1b99fd50799d",
"name": "Item Matching Example (Unverified)",
"nodes": 0,
"category": "Community Contributed",
"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: dce85637-f44e...
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
Community Unverified PDF Conversion
This template allows community users to convert files to PDF/A format.
Community Contributed: Screenshot Generation and Emailing (Unverified)
This workflow generates screenshots of a specified URL and emails them.
Community Random Color Generator (Unverified)
Generates a random color, excluding specified colors.
Very Quick Quickstart Customer Data
A basic workflow to retrieve and format customer data for quick testing.
Get Company by Name
Retrieves company information using the UPROC API.
Community Template: Unverified Data to Vector DB Chat
Load data from Google Drive into Pinecone, then chat with it using OpenAI.