Hello,
searched for hours but cannot find sth suitable.
I want to create a password using "concat" but need to parse it twice:
- via REST
- via eMail
When calling "concat" in each Action the result is different (as expected)
I am searching for a way to parse the same "concat" result in 2 different Actions.
Else, does anyone have a different idea to create random passwords ?
Solved! Go to Solution.
better late then never:
It' pretty easy:
1. create the password. In my case, i used an external password-generator which i called via REST.
2. make the pw available for the flow using "parse json" connector
@artivo you can use random function to generate random numbers, if you alphanumeric you can add some characters at the start or end and have your custom format for random passwords.
Check this out:
https://daoudisamir.com/random-number-in-powerautomate-ms-flow/
Hope this helps.
Please like and accept the solution.
Hi,
many thanks for this.
Unfortunately i don't see an option here to parse the created password with 2 seperate Actions.
better late then never:
It' pretty easy:
1. create the password. In my case, i used an external password-generator which i called via REST.
2. make the pw available for the flow using "parse json" connector