Hello,
could anybody show me a flow to send an image from Powerapps to my Onedrive?
I can send an image and it states: "the fileformat is not supported" 😞
I tried these two Codesnippets which both do not work 😞 :
Set(VarBase64;JSON(UploadedImage4.Image;JSONFormat.IncludeBinaryData));;
Set(VarBase64Only;Mid(VarBase64;Find(",";VarBase64)+1;Len(VarBase64)-Find(",";VarBase64)-2));;
Thank you guys