Generate a random string / text
This template demonstrates how to generate a string (text) of a given length composed of characters chosen randomly from a predefined set.
Greg Vonf
Software used in this automated workflow example
Integromat
Make
Summary
This template demonstrates how to generate a string (text) of a given length composed of characters chosen randomly from a predefined set.
Detailed explanations
Step by step instructions
-
Create a new scenario.
-
Add the "Generate random string" module to your scenario.
-
Specify the length of the text to be generated.
-
Select the set of characters that can be used to generate the text.
-
Run the scenario.
Business use case example
You need to generate a random password composed of upper and lower case letters and numbers.
The scenario will generate a text string of the specified length composed of the characters you have selected.