This flow allows you to generate list of random passwords without any API call.
You can set length of password string, number of password, and the used characters set (lower letter, upper letter, number, symbol).
How to use
By default, the flow generates 5 passwords with 10 random characters including lower case letter, upper case, and number.
If you would like to remove some character set, update "Password Contains" action.
Also, if special character set does not match with your case, update "Symbol" action inside "Apply to each" > "Character Category".
Hope this flow helps you 🙂
Hi, can you expand on each step in edit mode? It would be more helpful to know what you are setting in each step, especially in the "Apply to Each" step...
Thank you
Hi @AshleyH1 ,
You can download this flow, and can know about what I was doing here.
Briefly, inside apply to each, selecting random character by substring(), rand(), and range() functions.
At last, randomize order of generated password character.