Workflow:

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Mock Data",
            "type": "n8n-nodes-base.function",
            "position": [
                670,
                371
            ],
            "parameters": {
                "functionCode": "return [\n  {\n    json:[\n      {\n        id: 1,\n        name: \"Jim\"\n      }, \n      {\n        id: 2,\n        name: \"Stefan\"\n      },\n      {\n        id: 3,\n        name: \"Hans\"\n      }\n    ]\n  }\n];"
            },
            "typeVersion": 1
        },
        {
            "name": "Create JSON-items",
            "type": "n8n-nodes-base.function",
            "position": [
                910,
                371
            ],
            "parameters": {
                "functionCode": "return items[0].json.map(item => { \n  return {\n    json: item,\n  }\n})\n"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Mock Data": {
            "main": [
                [
                    {
                        "node": "Create JSON-items",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Manual Noop Automate Triggered
View
Converttofile Manual Process Triggered
View
HTTP Stickynote Create Webhook
View
N8N Español - Ejemplos
View
Microsoftoutlook Schedule Automation Scheduled
View
Get SSL Certificate
View
Motion-illustration Workflow Generated with Midjourney and Kling API
View
HTTP Stickynote Automation Webhook
View
AutoClip – Automatically Generate Video Clips and Upload to YouTube
View
AI Document Assistant via Telegram + Supabase
View