You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to the Jan 2024 COE Starter Toolkit, I see that the flow "Admin | Audit Logs | Sync Audit Logs (V2)" fails intermittently when it tries to ParseEvents returned from the Office Management API and encounters an object that has a null value for the UserId.
I am not exactly sure why the UserId=null and not a valid emailaddress since the UserKey property points to an active user profile in our directory. Unfortunately, this cause the flow to fail about three to four times in a day.
I have included the screenshots and object in question (redacting the tenant info):
In the payload below, UserKey in both these consecutive objects is the same but UserId is null for the second object only.
Expected Behavior
I am not familiar enough with the Office 365 Management APIs to know if this is a known issue but can we update the flow to account for this?
What solution are you experiencing the issue with?
Audit Log
What solution version are you using?
4.22
What app or flow are you having the issue with?
Admin | Audit Logs | Sync Audit Logs (V2)
What method are you using to get inventory and telemetry?
Cloud flows
Steps To Reproduce
Used a Production Environment.
Upgraded the solution to Jan 2024 release.
Followed the "COE Admin Center App" before the upgrade to ensure no unmanaged solution layers are present and "COE Setup and Upgrade Wizard" after the upgrade to confirm solution configuration.
PowerPlatform Admin group receives the error email with subject "Admin | Sync Flow Errors" which points to the errored out runs for the "Admin | Audit Logs | Sync Audit Logs (V2)" flow.
Anything else?
No response
AB#2234
The text was updated successfully, but these errors were encountered:
Thank you so much for sending the details, I would not have been able to see what was happening here without your help as I don't have a repro locally.
Yes it looks like some operation unrelated to us sometimes sends null there.
Can you test by putting the below Schema in the Schema section of ParseEvents? And see if you repro again.
Does this bug already exist in our backlog?
Describe the issue
After upgrading to the Jan 2024 COE Starter Toolkit, I see that the flow "Admin | Audit Logs | Sync Audit Logs (V2)" fails intermittently when it tries to ParseEvents returned from the Office Management API and encounters an object that has a null value for the UserId.
I am not exactly sure why the UserId=null and not a valid emailaddress since the UserKey property points to an active user profile in our directory. Unfortunately, this cause the flow to fail about three to four times in a day.
I have included the screenshots and object in question (redacting the tenant info):
In the payload below, UserKey in both these consecutive objects is the same but UserId is null for the second object only.
Expected Behavior
I am not familiar enough with the Office 365 Management APIs to know if this is a known issue but can we update the flow to account for this?
What solution are you experiencing the issue with?
Audit Log
What solution version are you using?
4.22
What app or flow are you having the issue with?
Admin | Audit Logs | Sync Audit Logs (V2)
What method are you using to get inventory and telemetry?
Cloud flows
Steps To Reproduce
Anything else?
No response
AB#2234
The text was updated successfully, but these errors were encountered: