
Announcements
We are developing a canvas app to upload the file from power apps to Azure ADLS. For the same, we are using the Azure Blob Storage connector in the PowerApps( We are not using Power Automate here).
ForAll(
AttachmentControl.Attachments,
AzureBlobStorage.CreateFile(
"/app/l1/l2",
ThisRecord.Name,
ThisRecord.Value
)
);
As per the documentation here, to upload large files of more than 50 MB, we have to enable the chunking option. But I am really not sure how to enable this option from the power apps side as we are using Azure blob storage connector directly in the power apps. I have seen the chucking option in Power Automate.
Can someone help me with the same? Thanks in Advance.
I have the same question, please advise on uploading large files from a power app to ADLS, or another storage option if that would facilitate the process.
Thanks.