How to move specific file from SharePoint to OneDrive

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • 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 ...
    How to instantly move a file from SharePoint to OneDrive Folder and delete the file from SharePoint
    • How to instantly move ...
    ------------------------------------------
    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.

Комментарии • 2

  • @shaibeezz
    @shaibeezz 7 месяцев назад

    Hi - thank you for sharing - I have a question about any solution to Move or Copy large files from SP to OD using Power Automate

  • @AmanShaikh-bl9qi
    @AmanShaikh-bl9qi Месяц назад

    I already have files on SharePoint and want to take it on one drive.
    What changes do i require?