Hi evryone,
I want to upload image to sharepoint library, but I can't watch it on sharepoint because sharepoint is not supported on sharepoint.

Someone can help me please ?
To do this, I make this flow :

Formula :
Convert to binary image : triggerBody()['Createfile_FileContent']
Create file / Nom de fichier (File name) : triggerBody()['CreatefileFilename']
In addition on power power, I do this :
My screen :

The button code :
Set(LeNom;
User().FullName & "_" &
Year(DatePicker1_1.SelectedDate) & "-" &
Month(DatePicker1_1.SelectedDate) & "-" &
Day(DatePicker1_1.SelectedDate) & "-" &
lstClient.Selected.Result & "_" &
lstMission.Selected.Result & "_" &
DerId
);;
Set(LeMail; User().Email);;
ChargerunephotodansSharePointà partirdePowerApps.Run(AddMediaButton1.FileName ;JSON(UploadedImage1.Image;JSONFormat.IncludeBinaryData);LeMail);;
Thanks in advance for your help !
JL