Copy files from sharepoint to Blob, am i doing things correctly

john john Pter 1,325 Reputation points
2025-12-04T12:37:59.67+00:00

I want to use Power Automate to move old files from SharePoint to Blob. but i have this concern, in SharePoint we can have the same file name and type under different folders, but in Blob case, we do not have folders,,, so how i can move 2 files which have the same name/type that are under 2 different SharePoint folders inside the same blob?

I tried this approach, where i created a test SharePoint library named "bnbn", and i create a blob container named "archive".

after that i wrote this power automate flow which loop through the SharePoint files, get their path, and replace "bnbn" with "archive" inside the Path, as follow:-

A2uUex78


this seems to move the SharePoint files and folder correctly. so am i doing things correctly; ?

here is the SharePoint document library root folder:-

LhPSPq7d

and here is the blob "archive" container:-

pBEC9i1f

Thanks


Moved from: Community Center | Not monitored

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Thanmayi Godithi 2,295 Reputation points Microsoft External Staff Moderator
    2025-12-04T17:02:01.7333333+00:00

    Hi @john john Pter,

    Thanks for reaching out on Microsoft Q&A forum.

    Handling duplicate file names when moving from SharePoint to Azure Blob Storage can be tricky since Blob containers are flat and don’t support folders in the same way SharePoint does.

    For detailed guidance and best practices on Power Automate I recommend posting your question in the Microsoft Power Platform Community.

    Thanks,

    Thanmayi

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.