Canvas Power Apps: Upload Multiple Attachments to Azure Blob Storage

preview_player
Показать описание
This is a video aimed at showing you how easily it is to handle multiple attachments from different file types and then upload them to an Azure Blob Storage using Canvas Power App.

Connect with me:

#powerplatform #powerapps #canvasapps
Рекомендации по теме
Комментарии
Автор

Bro you saved my ass, tried like 6 variations of ForAll, and powerapps did not like it. this is the one!

jamesklein
Автор

Thanks for the work figuring this out and creating the video to share..

DavidWade
Автор

Thanks for the video. I need the solution to workaround bypass the SharePoint list, I just need a simple upload from Power Apps to Azure blob storage. I have downloaded the zip file you provided but I cannot import to my sandbox environment. Are you able to explain which step you skipped in your current video to do the bypass SharePoint list?

henrychoi
Автор

You save my day!!! Thanks for sharing it!!!

mariafelizpereira
Автор

Can that sharepoint list just be an empty list?

popcorn_TM
Автор

Missing code

ForAll('NewUploadAttachments'.Attachments, AzureBlobStorage.CreateFile("opr/test", Concatenate(Text(GUID(), "_", ThisRecord.Name)), ThisRecord.Value)); Reset('NewUploadAttachments')

Discodave
Автор

I want to upload file to azure data lake do you have the code.

kirtiharmalkar
Автор

Great job, Jow. Thanks for sharing it.
Do you think it's possible to upload an entire folder to Azure Blob Storage as well?

Cheers mate

dsfgato
Автор

Hi.Could you please write the whole forall function here as I can't see what you have use after thisrecord?

dailylifeactivities
Автор

So is it possible to download ou github repo and import it in PowerApps?

gregorerhardt
Автор

Thank you for sharing. Is there a way to load a file from my local laptop to Azure Blob storage

arunkumara
Автор

Thanks for sharing can you perhaps create an http request video to upload documents from an external web site to SharePoint Document library

sundrapillay