Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Azure blob storage folders not creating

(1) ShareShare
ReportReport
Posted on by 72

File gets uploaded to the AzureBlob storage however the file is not uploaded in the correct folder.

This app has been working for the last 2 years successfully. Now the file is just remaining in the root folder.

Below is the code:

Tmplocation is a variable which reads the value from a sql  Table


Set (tmpbloblocation,LookUp('frm._0FileLocations',Sub_Category = ThisItem.SubCategory And Category = ThisItem.Category,BlobLocation));
when it runs the tmplocation has a value of load-file\HR\HR_EXPRESS\current

 





Set(

    filenamefinal,

    Mid(

        Last(AttachmentControl_1.Attachments).Name,

        1,

        Find(

            ".",

            Last(AttachmentControl_1.Attachments).Name

        ) - 1

    ) & "_" & User().FullName & "_" & Text(

        Now(),

        "yyyymmddhhmm"

    ) & "." & Mid(

        Last(AttachmentControl_1.Attachments).Name,

        Find(

            ".",

            Last(AttachmentControl_1.Attachments).Name

        ) + 1

    )

);

 

AzureBlobStorage.CreateFile(

    tmpbloblocation,

    Mid(

        Last(AttachmentControl_1.Attachments).Name,

        1,

        Find(

            ".",

            Last(AttachmentControl_1.Attachments).Name

        ) - 1

    ) & "_" & User().FullName & "_" & Text(

        Now(),

        "yyyymmddhhmm"

    ) & "." & Mid(

        Last(AttachmentControl_1.Attachments).Name,

        Find(

            ".",

            Last(AttachmentControl_1.Attachments).Name

        ) + 1

    ),

 

    Last(AttachmentControl_1.Attachments).Value

);

 

 

 

 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard