Form with Dynamic Dropdown Field — n8n ワークフロー

複雑度 トリガー9個のノード🏷️ Miscellaneous👁 5,088回閲覧作成者:Obsidi8n

概要

This workflow creates a customizable form with a dynamic dropdown field that automatically updates its options from an external data source.

How it works

The workflow polls an external data source (Google Sheets in this example) at regular intervals New values are processed and formatted for the dropdown The form automatically updates with the new dropdown options

Set up steps

Configure your data source:

Default setup uses Google Sheets replace with credentials for your sheet set up the

使用ノード

Google SheetsCode

ワークフロープレビュー

Form setup
- Customize your form fields.
- The dropdown field will auto-update with values from
- Other form fields can be added as needed (limited to
- Co
Data source setup
- Connect to your Google Sheet containing dropdown valu
- Node can be replaced with any other data source (API,
- Set timing trigger
Data formatting
- Extracts needed data from source
- Renames field to 'value' (do not change this name)
Nested properties
- Transforms the data to the desired format
Get Workflow
- Gets the current workflow data
Add Dropdown Values
- Replaces the nested parameters of the Dropdown Form F
Update Form
- Replaces the current workflow’s JSON with the updated
N
n8n | get wf
N
n8n | update
O
On form submission
G
Google Sheets Trigger
E
Execute Workflow
Write JSON
R
Replace values
Get all values
F
Format to 'values'
9 nodes7 edges

仕組み

  1. 1

    トリガー

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

  2. 2

    処理

    データは 9 個のノードを流れます, connecting code, executeworkflow, formtrigger。

  3. 3

    出力

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

ノード詳細 (9)

GO

Google Sheets

googleSheets

#1
CO

Code

code

#2

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

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

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

{ "name": "Form with Dynamic Dropdown Field", "nodes": [...], ...}

インテグレーション

codeexecuteworkflowformtriggergooglesheetsgooglesheetstriggern8nset

このワークフローを取得

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

JSONをダウンロードn8n.ioで見る
ノード9
複雑度medium
トリガーtrigger
閲覧数5,088
カテゴリMiscellaneous

作成者

Obsidi8n

Obsidi8n

@derruttie

タグ

codeexecuteworkflowformtriggergooglesheetsgooglesheetstriggern8nset

n8n初めてですか?

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

n8nを無料で始める →

Related Miscellaneous Workflows