Dear experts,
I have a flow that gets all the users from Microsoft Graph with the Search for user (v2) connector simply by
leaving the search term blank. It will then get all the users. But i want to get the profile picture also. But i
think my flow is not correct because with every user i get the same profile picture !
Gr. P
Solved! Go to Solution.
Hi @PeKi72,
You should refer to each item within the Apply to each so that you could get the user photo of each item within.
So you should use the following expression instead:
For content type:
body('Get_user_photo_(V2)')?['$content-type']
For content:
body('Get_user_photo_(V2)')?['$content']
Hi @PeKi72,
You should refer to each item within the Apply to each so that you could get the user photo of each item within.
So you should use the following expression instead:
For content type:
body('Get_user_photo_(V2)')?['$content-type']
For content:
body('Get_user_photo_(V2)')?['$content']
User | Count |
---|---|
89 | |
40 | |
22 | |
20 | |
16 |
User | Count |
---|---|
136 | |
55 | |
47 | |
36 | |
25 |