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

Élevé complexité Déclencheur21 nœuds🏷️ Project Management👁 3,067 vuespar Joey D’Anna

Aperçu

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

Nœuds utilisés

Monday.comCode

Aperçu du workflow

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

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur déclencheur.

  2. 2

    Traitement

    Les données transitent par 21 nœuds, connecting aggregate, code, executeworkflow.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (21)

MO

Monday.com

mondayCom

#1
CO

Code

code

#2

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier retrieve-a-mondaycom-row-and-all-data-in-a-single-node téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

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

Intégrations

aggregatecodeexecuteworkflowexecuteworkflowtriggermergemondaycomsetsplitout

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds21
Complexitéhigh
Déclencheurtrigger
Vues3,067

Créé par

Joey D’Anna

Joey D’Anna

@jdana

Tags

aggregatecodeexecuteworkflowexecuteworkflowtriggermergemondaycomsetsplitout

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →