Generate Customizable Random Strings with Interactive Forms — n8n ワークフロー

複雑度 トリガー7個のノード🏷️ Miscellaneous👁 207回閲覧作成者:Ger Longstacks

概要

contract input: length of the strings and number of copies output: random strings as specified. randomness determined by Crypto node (generate/base64)

How to run the workflow Import the workflow into your n8n project Click the Form Trigger to specify the length of the strings and how many copies to generate The workflow runs then displays the generated random strings

How to set up No additional set up is necessary to execute the workflow manually.

integration Patterns of interests formTrigg

使用ノード

CryptoHTML

ワークフロープレビュー

random-string generator
Summary
This n8n workflow generates random strings containing o
You can specify the length of the string and how many c
Generate a random string
R
rand_generator_form
D
Display results
format into html
C
concatenate items
F
format an item
D
duplicates
7 nodes6 edges

仕組み

  1. 1

    トリガー

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

  2. 2

    処理

    データは 7 個のノードを流れます, connecting crypto, form, formtrigger。

  3. 3

    出力

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

ノード詳細 (7)

CR

Crypto

crypto

#1
HT

HTML

html

#2

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

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

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

{ "name": "Generate Customizable Random Strings with Interactive Forms", "nodes": [...], ...}

インテグレーション

cryptoformformtriggerhtmlsetsummarize

このワークフローを取得

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

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

作成者

Ger Longstacks

Ger Longstacks

@dims3body

タグ

cryptoformformtriggerhtmlsetsummarize

n8n初めてですか?

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

n8nを無料で始める →

Related Miscellaneous Workflows