Hi Experts 🙂
Maybe I try to be too clever, but here is my case.
I am developing a business app for my company with an employee register. My plan is that when I new employee starts, I will use the information already registered on the person to create a new user in Azure AD.
I found this AzureAd connector and used a gallery where I select the new employee to be created in Azure AD.
I quickly got stuck with the password part:

The passwordProfile allways complain about it need a record. I tried making a collection, a variable and plain "password", but nothing works.
Please advice, and thanks in advance for any feedback 🙂