
Announcements
Hi,
I need add large files in Azure Blob storage but facing issue while sending large files in Power Automate.
I have added Picture Control to upload attachment in Azure Blob storage:
And on click on button I am triggering a Power Automate to include binary data using Json function.
The problem is while uploading large files the conversion of Json is causing to crash the app.
So is there any way I can convert "appres://blobmanager/f7edc56ff41a46579f083ea1878aff88/1" in valid file("data:text/plain;base64,dGVzdA==") in Power Automate?