Generate Customizable Random Strings with Interactive Forms — n8n Workflow
Overview
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
Nodes used
Workflow Preview
How it Works
- 1
Trigger
The workflow starts with a trigger trigger.
- 2
Process
Data flows through 7 nodes, connecting crypto, form, formtrigger.
- 3
Output
The workflow completes its automation and delivers the result to the configured destination.
Node Details (7)
Crypto
crypto
HTML
html
How to Import This Workflow
- 1Click Download JSON button on the right to save the workflow file.
- 2Open your n8n instance. Go to Workflows → New → Import from file.
- 3Select the downloaded
generate-customizable-random-strings-with-interactive-formsfile and click Import. - 4Set up credentials for each service node (API keys, OAuth, etc.).
- 5Click Test Workflow to verify everything works, then activate it.
Or paste directly in n8n → Import from JSON:
Integrations
Created by
Ger Longstacks
@dims3body
Tags
New to n8n?
n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.
Get n8n Free →