Hello Forum,
i'm searching since weeks but cannot find sth to fit in this task:
I do use MS Forms to parse account information to Nexus Repository Manager using Power Automate / REST functions.
However, i am struggeling with the password.
Currently i do parse a simple string which results in having the same password for all accounts.
In order to create random passwords i was looking into the "concat" function to create a password.
The issue here is, i want to parse the exact same "concat" output to 2 different Actions:
- via REST to Nexus
- via eMail to the end-user (PW information eMail)
When calling the "concat" function in the REST-Action the result differs from the "concat" action when creating the eMail. To make all this work, the "concat" Result must be the same for both Actions.
Does anyone know how to parse the exact same "concat" result to 2 different Actions ?
Else, is there a different way to achieve the above ?