We have a vacation calendar (an actual calendar, not a custom list with calendar overlay). Flow does not seem to be working well with Sharepoint online Calendars. I'm trying to run an approval flow but it fails but I only get a notification that the flow failed and no other infomation is provided, once I click the notification I get forwarded to My Flows page. How should I troubleshoot my Flow?
Any suggestions?
Hi totaluser1,
That just means the UPN for the manager is not recognized in AAD.
I invited @RajRa to look into this issue. Per his test, the results are inline (no output for invalid email ids)
PS C:\Users\rajra> Get-AzureRmADUser -UserPrincipalName foo@microsoft.com
PS C:\Users\rajra> Get-AzureRmADUser -UserPrincipalName food@microsoft.com
PS C:\Users\rajra> Get-AzureRmADUser -UserPrincipalName rajra@microsoft.com
DisplayName Type ObjectId
----------- ---- --------
Raj Rangarajan 15be008f-<Snipped>
Please try to find what the real email id of the manager should be as in AAD. There are a couple of ways – for example:
Get-AzureRmADUser -SearchString "raj" (shows all matches)
Let us know if this helps
Best regards,
Mabel Mao
Hello,
So after I ran this command, no errors where shown, but no information showed up either, just an empty line below my command.
Please see the screenshot attached.
Hi Totaluser1,
Can you make sure the Created By Email is the valid email id for the manager? AAD does expect the email id in different formats.
One way is to look up your manager with this PowerShell command and make sure the email id is the correct format.
Get-AzureRmADUser -UserPrincipalName <expected email of the manager>
Best regards,
Mabel Mao
Hi totaluser1,
I am still confirming with this issue, and I have already reported this issue from my side, but I haven’t got a response.
I will back to you once I got any updates.
Thanks for your patience and understanding.
Best regards,
Mabel Mao
bumping thread
Do you guys have any other suggestions on what might be wrong? I double checked Azure Active Directory and manager field is filled in for eah user
I already checked Azure AD. Please see my previous messages 🙂
As for Get manager input and output, here it is:
Input
user.name@contoso.com (used contoso just here, not in my real example)
Headers: { "Pragma": "no-cache", "x-ms-request-id": "c75c4065-d49d-4314-a73d-0ab1e6c1ce69", "Cache-Control": "no-cache", "Date": "Thu, 23 Mar 2017 16:28:32 GMT", "Set-Cookie": "ARRAffinity=222b2eccda3b49659d1dbc8fc5b464f83c67dfa4e110ac9af520c57f33db0d1d;Path=/;Domain=127.0.0.1", "Server": "Microsoft-IIS/8.0,Microsoft-HTTPAPI/2.0", "X-AspNet-Version": "4.0.30319", "X-Powered-By": "ASP.NET", "Content-Length": "84", "Content-Type": "application/json; charset=utf-8", "Expires": "-1" } Body: { "status": 404, "message": "No user found with the specified id.", "source": "127.0.0.1" }
Hi Totaluser1,
Could you show me the error message of the action “Get manager”?
Please make sure you have filled the manager field of the user in Azure Active Directory.
Best regards,
Mabel Mao
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional