HI all and have a verry good year.
I try to do something with this :
Generate Reports of Assigned Licenses in Microsoft 365*
(GIT SAMPLE : SamplePowerAutomate/Sample-Report-Generation-V2.0_20210921033412.zip at main · dips365/SamplePowerAutomate · GitHub)
My flow do all the stuff after a lot of trouble but at the last one ....
He say :
please help me, 3 days on it, and stopped at the last step .. so frustrating... 😉
Hi @ADM_ANRAS
The problem is because in the Parse Json Schema you are defining these values as required, so the action will fail if does not find all these values in the dynamic content.
"required": [
"@@odata.id",
"id",
"name",
"position",
"visibility"
]
"required": [
"@@odata.id",
"displayName",
"createdDateTime",
"accountEnabled",
"userPrincipalName",
"givenName",
"surname",
"externalUserState"
]
Double check that the flow settings are correct or you can try removing the required value to see if that solves the problem.
Hope this helps.
Regards.
WarrenBelz
146,537
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional