Hi There
I have a requirement to copy the Profile Photo of each user into a Sharepoint list. Unfortunately, there is no Sharepoint Connector for that. So my approach was to use a HTTP Request to do so.
I have found below blog that describes, how to save a photo to a sharepoint list.
https://ganeshsanapblogs.wordpress.com/2022/10/08/add-an-image-to-sharepoint-image-columns-using-power-automate/
Unfortunately, I am completely new to this topic and do not really understand how to apply this to my flow as above blog seems to be a static picture that will be added to the SP List.
In my requirement the picture should come from previous step where I download the profile with the "Get User Photo V2" it should then be added to the column "Profilbild"

The Profile picture should then be added to the Item that I have created before.

Any Suggestions are highly appreciated