Hi all,
I've created a flow that creates a team from a Sharepoint list. If someone needs a Team they should fill in the list and the team will be created automaticly. Everything is working as it should except adding the user who fills in the Sharepoint list to be team owner.
The problem here is that I use "Created By" for AAD-ID. Normally this would work, but our company uses different primary SMTP for our users. The flow returns an error because the primary SMTP is different then the Office 365 logon. I get a "user not found error". How can I make this work? How can I change the "Created By" which is user@domain.co.uk towards user@domain.com?
Thanks in advance!