Retrieve a Monday.com row and all data in a single node — n8n Workflow

High complexity Trigger21 nodes🏷️ Project Management👁 3,067 viewsby Joey D’Anna

Overview

This workflow is a building block designed to be called from other workflows via an Execute workflow node. When called from another workflow, and given the JSON input of a "pulse" field with the ID to pull from monday, this workflow will return:

The items name and ID All column data, indexable by the column name All column data, indexable by the column's ID string All board relation columns, with their data and column values All subitems, with their data and column values

For example:

++Prer

Nodes used

Monday.comCode

Workflow Preview

PULL ALL BOARDRELATION COLUMNS AND THEIR DATA
PULL ALL SUBITEMS AND THEIR COLUMN DATA
PULL ALL COLUMN DATA AND INDEX BY ID AND NAME
COMBINE ALL DATA INTO ONE JSON OUTPUT
HOW TO USE
-Copy these nodes into another workflow, and update the
-Using the Edit Fields nodes, define the “pulse” variab
GET ALL COLUMNS
GET ALL RELATIONS
PULL LINKEDPULSE1
GET LINKEDPULSES1
S
SPLIT LINKED PULSES1
S
SPLIT SUBITEMS1
GET EACH SUBITEM1
GET ALL COLUMNS1
GET ALL COLUMNS2
A
Aggregate1
PULL SUBITEMS
GET ITEM
GET ALL COLUMNS3
M
Merge4
A
Aggregate
M
Merge
M
Merge2
M
Merge1
E
Execute Workflow Trigger
E
Execute Workflow
E
Edit Fields
21 nodes23 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a trigger trigger.

  2. 2

    Process

    Data flows through 21 nodes, connecting aggregate, code, executeworkflow.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (21)

MO

Monday.com

mondayCom

#1
CO

Code

code

#2

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded retrieve-a-mondaycom-row-and-all-data-in-a-single-node file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Retrieve a Monday.com row and all data in a single node", "nodes": [...], ...}

Integrations

aggregatecodeexecuteworkflowexecuteworkflowtriggermergemondaycomsetsplitout

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes21
Complexityhigh
Triggertrigger
Views3,067

Created by

Joey D’Anna

Joey D’Anna

@jdana

Tags

aggregatecodeexecuteworkflowexecuteworkflowtriggermergemondaycomsetsplitout

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →