How to move specific file from SharePoint to OneDrive

Опубликовано: 17 Февраль 2026
на канале: Technical Knowledge Beta
1,016
8

For a better understanding watch the below files movement videos first

How to instantly move files from SharePoint library to OneDrive Folder using Power Automate
   • How to instantly move files from SharePoin...  

How to instantly move a file from SharePoint to OneDrive Folder and delete the file from SharePoint
   • How to instantly move file from SharePoint...  

------------------------------------------
Scenario - when files are created in the SharePoint document library then specific format files should instantly create in the onedrive folder and delete the original file from the SharePoint folder.

Based on the above scenario/condition, I have created a power automated flow that automatically detects if a new file is added in the SharePoint document library and it will check if the files extension matches the predefined condition, if yes, then it will start generating the same copy to the OneDrive folder and delete the original files from SharePoint document library.

Note - Direct file movement is not possible from Sharepoint to OneDrive.
Reason - there is no such trigger available in Power Automate, hence I have used an alternative
so, once it is created in the SharePoint folder it will check the file extension for ex - if the file extension ends with ".xlsx" then it will check the predefined condition and if it matches then only it will create the same copy in Onedrive. and then it will delete the file from SharePoint, so it will look like moving specific files from sp to Onedrive.