Home
Workflows
Tags
Blog
Premium
About
Home
/
Workflows
/
Generate Customizable Random Strings with Interactive Forms
Generate Customizable Random Strings with Interactive Forms
by Ger Longstacks
•
Updated: Last update 4 months ago
•
Source:
n8n.io
Loading workflow viewer...
Tags
Miscellaneous
Getting Started
Free to Download
Details
Content
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
formTrigger node to submit a form, then use form (end) node to display results at the end of the triggered workflow.
set(dup)-summarize(concatenate) to run a part of the workflow multiple times then merge the results to one piece of data
Related Workflows
fetch the public IP addresses of your n8n instance
by Ger Longstacks
DevOps
🎓 Learn API Fundamentals with an Interactive Hands-On Tutorial Workflow
by Lucas Peyrin
Miscellaneous
🎓 Learn n8n Keyboard Shortcuts with an Interactive Hands-On Tutorial Workflow
by Lucas Peyrin
Miscellaneous