AutomationFlowsGeneral › Subworkflow Extraction Workflow

Subworkflow Extraction Workflow

Subworkflow-Extraction-Workflow. Event-driven trigger; 7 nodes.

Event trigger★★☆☆☆ complexity7 nodes
General Trigger: Event Nodes: 7 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        -5
      ],
      "id": "41b93a1d-ca68-49c1-b252-323e57f58ba9",
      "name": "When clicking \u2018Execute workflow\u2019"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "624c7310-e17a-4075-922f-3b57952e3dfa",
              "name": "x",
              "value": "={{ $json.x + 'a' }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        220,
        -5
      ],
      "id": "afd95339-62f5-4efd-bcaa-637cec90ab0f",
      "name": "Edit Fields0"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "624c7310-e17a-4075-922f-3b57952e3dfa",
              "name": "x",
              "value": "={{ $json.x + 'a' + $('When clicking \u2018Execute workflow\u2019').item.json.x}}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        440,
        120
      ],
      "id": "c279107f-08c2-4be6-9016-d19215cfeb9e",
      "name": "Edit Fields1"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "624c7310-e17a-4075-922f-3b57952e3dfa",
              "name": "x",
              "value": "={{ $json.x + 'a' + $('When clicking \u2018Execute workflow\u2019').first().json.x }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        440,
        -120
      ],
      "id": "1d4eb1a0-ad87-4d8b-87e6-c853f27aa8ad",
      "name": "Edit Fields2"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "624c7310-e17a-4075-922f-3b57952e3dfa",
              "name": "x",
              "value": "={{ $json.x + 'a' + $('When clicking \u2018Execute workflow\u2019').last().json.x}}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        440,
        -320
      ],
      "id": "b99d763e-cb4c-487f-8718-8b9a5f02c167",
      "name": "Edit Fields3"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "624c7310-e17a-4075-922f-3b57952e3dfa",
              "name": "x",
              "value": "={{ $json.x + 'a' + $('When clicking \u2018Execute workflow\u2019').item.json.x}}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        720,
        0
      ],
      "id": "4244c039-51c3-415b-8b3d-06be5a90dc7a",
      "name": "Edit Fields4"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "624c7310-e17a-4075-922f-3b57952e3dfa",
              "name": "x",
              "value": "={{ $json.x + 'a' + $('When clicking \u2018Execute workflow\u2019').item.json.x + $('Edit Fields0').item.json.x }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        960,
        0
      ],
      "id": "2653bbfe-8f06-4029-9071-8faacfb73cd0",
      "name": "Edit Fields5"
    }
  ],
  "connections": {
    "When clicking \u2018Execute workflow\u2019": {
      "main": [
        [
          {
            "node": "Edit Fields0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields0": {
      "main": [
        [
          {
            "node": "Edit Fields1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Edit Fields2",
            "type": "main",
            "index": 0
          },
          {
            "node": "Edit Fields3",
            "type": "main",
            "index": 0
          },
          {
            "node": "Edit Fields4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields1": {
      "main": [
        [
          {
            "node": "Edit Fields4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields2": {
      "main": [
        [
          {
            "node": "Edit Fields4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields3": {
      "main": [
        [
          {
            "node": "Edit Fields4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields4": {
      "main": [
        [
          {
            "node": "Edit Fields5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Subworkflow-Extraction-Workflow. Event-driven trigger; 7 nodes.

Source: https://github.com/automatos-trade/automatos-n8n/blob/master/cypress/fixtures/Subworkflow-extraction-workflow.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

N8N Nodes Straker Verify, Google Drive, Google Drive Trigger
General

The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨

Stop And Error
General

This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Monitors Google Drive for new video file uploads Downloads and processes videos using VLM Run AI tr

@Vlm Run/N8N Nodes Vlmrun, Google Drive Trigger, Google Drive +1