I have an power apps and a flow that sends some images to the azure blob storage, It seems that sometimes it works and sometimes it dont work. "funny" thing its that it dont say anything when it fails.. So my flow its all succeed upon the recent flow runs.. Why is that? Cant azure blob storage handle decent amount of request, is it limited somehow ?
Hi langsem. How are you sending the images, have you encoded URI and sent it as a code or a file?
Sent as an file
In power automate, for the file content have you tried doing the base64 to binary expression? And passing the URI of the image to it ?
ClearCollect(colBase64;DropColumns(AddColumns(imageCollection;"Base64";Mid(JSON(Image;JSONFormat.IncludeBinaryData);25;Len(JSON(Image;JSONFormat.IncludeBinaryData))-25));"Image"));;
Set(JsonCol;JSON(colBase64;JSONFormat.IncludeBinaryData));; ForAll(AzureImgs; AzureBlobStorage.CreateFile("pictures";Name ;Image));; ClearCollect(AzureImgs;Blank());;
User | Count |
---|---|
259 | |
110 | |
97 | |
57 | |
39 |