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 shows how to create a random string of a given length using characters from a predefined set.
Detailed explanations
Step by step instructions
-
Create a new scenario.
-
Add the Generate Random String module to your scenario.
-
Fill in the fields as follows:
Length: Choose the desired length of the generated string.
Chars: Choose the desired set of characters from which the string will be generated.
-
Run the scenario.
-
Check the generated string in the Run History.
Business use case example
You need to generate a secure password composed of random characters.
1. Create a new scenario.
2. Add the Generate Random String module to your scenario.
3. Fill in the fields as follows:
Length: 16
Chars: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()
4. Run the scenario.
5. Check the generated string in the Run History.