Hey all,
I'm building a new user creation flow to simplify the existing process. The format of users mail is:
Firstname.initialoflastname@contoso.com

So I would like to replace the "lastname" in the MailNickname field and "lastname" in the UPN field with firstname.initialoflastname and I'm struggling to do so. I can see that there is a method of doing this with a concat expression but actually executing it is a problem.
Help would be hugely appreciated.
Cheers,
SP