Demonstrates the use of the $item(index) method — n8n ワークフロー

複雑度 トリガー4個のノード🏷️ Miscellaneous👁 1,733回閲覧作成者:Harshil Agrawal

概要

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

使用ノード

HTTP RequestCustomer Datastore (n8n training)

ワークフロープレビュー

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

仕組み

  1. 1

    トリガー

    このワークフローは トリガー トリガーで開始します。

  2. 2

    処理

    データは 4 個のノードを流れます, connecting httprequest, manualtrigger, n8ntrainingcustomerdatastore。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (4)

HT

HTTP Request

httpRequest

#1
CU

Customer Datastore (n8n training)

n8nTrainingCustomerDatastore

#2

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした demonstrates-the-use-of-the-itemindex-method ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

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

インテグレーション

httprequestmanualtriggern8ntrainingcustomerdatastoreset

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード4
複雑度low
トリガーtrigger
閲覧数1,733
カテゴリMiscellaneous

作成者

Harshil Agrawal

Harshil Agrawal

@harshil1712

タグ

httprequestmanualtriggern8ntrainingcustomerdatastoreset

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows