Data Processing & Analysis
List Builder
List Builder
Manual
Medium
7
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
7
Node Types
5
Node Types
manual Trigger
When clicking ‘Test workflow’
1 node
code
Format results, Dedupe results
2 nodes
airtop
Get urls, Get people
2 nodes
google Sheets
Add to spreadsheet
1 node
set
Parameters
1 node
Workflow JSON
10.37 KB
{
"id": "VwU1zMhcgzgPS9ak",
"meta": {
"instanceId": "660cf2c29eb19fa42319afac3bd2a4a74c6354b7c006403f6cba388968b63f5d",
"templateCredsSetupCompleted": true
},
"name": "List Builder",
"tags": [
{
"id": "a8B9vqj0vNLXcKVQ",
"name": "template",
"createdAt": "2025-04-04T15:38:37.785Z",
"updatedAt": "2025-04-04T15:38:37.785Z"
}
],
"nodes": [
{
"id": "1a6aa574-467d-40b0-a9a5-a5537bede3de",
"name": "When clicking ‘Test workflow’",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "62db9366-7e6f-4346-9de8-9fa730d059ed",
"name": "Format results",
"type": "n8n-nodes-base.code",
"position": [
660,
0
],
"parameters": {
"jsCode": "// Get first input item\nconst input = $input.first().json.data.modelResponse\n// Parse list of links\nconst listOfLinks = JSON.parse...Showing first 1000 characters. Click "Expand" to view the full JSON.