Demonstrates the use of the $item(index) method — Flujo de trabajo n8n

Baja complejidad Disparador4 nodos🏷️ Miscellaneous👁 1,733 vistaspor Harshil Agrawal

Descripción general

This workflow demonstrates the use of the $item(index) method. This method is useful when you want to reference an item at a particular index.

This example workflow makes POST HTTP requests to a dummy URL.

Set node: This node is used to set the API key that will be used in the workflow later. This node returns a single item. This node can be replaced with other nodes, based on the use case.

Customer Datastore node: This node returns the data of customers that will be sent in the body of the

Nodos utilizados

HTTP RequestCustomer Datastore (n8n training)

Vista previa del flujo de trabajo

O
On clicking 'execute'
S
Set
Customer Datastore
HTTP Request
4 nodes3 edges

Cómo funciona

  1. 1

    Disparador

    El flujo de trabajo comienza con un disparador disparador.

  2. 2

    Procesamiento

    Los datos fluyen a través de 4 nodos, connecting httprequest, manualtrigger, n8ntrainingcustomerdatastore.

  3. 3

    Salida

    El flujo de trabajo completa su automatización y entrega el resultado al destino configurado.

Detalles de nodos (4)

HT

HTTP Request

httpRequest

#1
CU

Customer Datastore (n8n training)

n8nTrainingCustomerDatastore

#2

Cómo importar este flujo de trabajo

  1. 1Haz clic en el botón Descargar JSON a la derecha para guardar el archivo del flujo de trabajo.
  2. 2Abre tu instancia de n8n. Ve a Flujos de trabajo → Nuevo → Importar desde archivo.
  3. 3Selecciona el archivo demonstrates-the-use-of-the-itemindex-method descargado y haz clic en Importar.
  4. 4Configura las credenciales para cada nodo de servicio (claves API, OAuth, etc.).
  5. 5Haz clic en Probar flujo de trabajo para verificar que todo funcione, luego actívalo.

O pega directamente en n8n → Importar desde JSON:

{ "name": "Demonstrates the use of the $item(index) method", "nodes": [...], ...}

Integraciones

httprequestmanualtriggern8ntrainingcustomerdatastoreset

Obtener este flujo de trabajo

Descarga e importa con un solo clic

Descargar JSONVer en n8n.io
Nodos4
Complejidadlow
Disparadortrigger
Vistas1,733
CategoríaMiscellaneous

Creado por

Harshil Agrawal

Harshil Agrawal

@harshil1712

Etiquetas

httprequestmanualtriggern8ntrainingcustomerdatastoreset

¿Nuevo en n8n?

n8n es una herramienta de automatización de flujos de trabajo gratuita y de código abierto. Alójala tú mismo o usa la versión en la nube.

Obtener n8n gratis →

Related Miscellaneous Workflows