Hello,
I created a flow to create a user in AD when a record is created in Dataverse.
Step 1:
Name: VariableXYZ
Created a variable for the password generation
Value : rand(10000000, 99999999)
Step 2: Create a user in AD
Password: Use a variable from step 1(VariableXYZ)
Step 3: Send password to the user via email(Send an email (V2))
To: test@gmail.com
Subject : XYZ
Body: New password is created : (VariableXYZ)
When I run my flow then I am getting an error: "The specified password does not comply with password complexity requirements. Please provide a different password."
I tried with password: substring(utcNow(),20,8) too but getting the same error.
Does anybody know what is the issue?
Regards,
Parag Chapre