Hi,
im trying to get all risky users with API.
Im parsing the JSON and i can see the risky user but when i compose its empty and null...
I tried doing this:
Results:
As you can see there is no information in the Teams action.
Solved! Go to Solution.
Hi @katten345,
The items should normally be stored in the value property of the body of the response:
Can you try and use the below instead in your parse json to see if that makes a difference?
body('Select')['value']
Hi @katten345,
The items should normally be stored in the value property of the body of the response:
Can you try and use the below instead in your parse json to see if that makes a difference?
body('Select')['value']
User | Count |
---|---|
88 | |
37 | |
26 | |
13 | |
13 |
User | Count |
---|---|
127 | |
54 | |
37 | |
24 | |
21 |