Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

I want Flow to delete all file in one folder in a sharepoint library

(1) ShareShare
ReportReport
Posted on by

HI

 

my situation is that i want delete all the file that are in a folder, that folder is in a library.

 

we receive up to 13 file in a day by Email. I've create a flow that transfert all those file from outlook to a sharepoint in a library.

 

I may receive the last file of the day an hours before the day finish, but i still want that file to be deleted at the end of the day so the next day we can start all over.

 

so this flow has to be execute at the same time each day so i know i have to first put the recurrence but after that i don't know how to get all those file and deleted those file at the time of the execution of the flow

 

I don't want to delete the folder because the same folder will be use the next day

 

is it possible?

  • Community Power Platform Member Profile Picture
    on at
    Re: I want Flow to delete all file in one folder in a sharepoint library

    @v-xida-msft , is it possible to use the built in "Limit Entries to Folder" field to do the same Filter? 

     

    ericonline_0-1629307984292.png

     

    I'm finding that no matter what I put in this field, ALL files in the Site are returned. Is the Filter Array method required? 

  • Community Power Platform Member Profile Picture
    on at
    Re: I want Flow to delete all file in one folder in a sharepoint library

    I just made more tests and for path in Filter Array = Departamental/Comum/Teste , it doesnt works, but one leve upper this works 'Departamental/Comum' is this a limitation? Can I work arroud to it?

  • Community Power Platform Member Profile Picture
    on at
    Re: I want Flow to delete all file in one folder in a sharepoint library

    flow.png

  • Community Power Platform Member Profile Picture
    on at
    Re: I want Flow to delete all file in one folder in a sharepoint library

    Hello,

     

    In my case the result of test for "Apply to Each" not work - "the input arrey was empty". Why?

     

     

  • Community Power Platform Member Profile Picture
    on at
    Re: I want Flow to delete all file in one folder in a sharepoint library

    Hi @v-xida-msft,

     

    I'm sorry for this late respond.

     

    the flow that you gave me work perfectly !!

     

    Thank you so much.

     

    is I have some more question for you is there a way that I can keep contact with you?

  • v-xida-msft Profile Picture
    on at
    Re: I want Flow to delete all file in one folder in a sharepoint library

    Hi @Anonymous,

     

    If the folder of your SharePoint library has a sub-folder, I think the solution I provided could also achieve your needs. I assume that the Reporting is your SharePoint library name and the FlowTest is a folder of the Reporting library. In addition, the FlowTest folder has a sub-folder called Subfolder1.

     

    Please take a try with the above solution that I provided, within "Filter array" action, click "Edit in advanced mode", modify the formula as below:

    @equals(item()?['{Path}'], 'Reporting/FlowTest/Subfolder1')

    Best regards,

    Kris

  • Community Power Platform Member Profile Picture
    on at
    Re: I want Flow to delete all file in one folder in a sharepoint library

    Hi @v-xida-msft,

     

    yes the sharepoint has a sub folder, all the file we receive are send in the sub-folder of the library.

     

    does this solution that you just gave will work even in a sub folder?

     

    Thank you so much for the info if i didn't had a sub folder

  • Verified answer
    v-xida-msft Profile Picture
    on at
    Re: I want Flow to delete all file in one folder in a sharepoint library

    Hi @Anonymous,

     

    Does your folder of SharePoint library includes sub-folders?

     

    I assume that your SharePoint library folder doesn't include sub-folders, I have made a test on my side and please take a try with the following workaround:

    • Add a Recurrence trigger, Interval set to 1 and Frequency set to Day. At these hours set to 23 and At these minutes set to 59.
    • Add a "Get files (properties only)" action. specify Site Address and Library Name (Library Name field set to Reporting).
    • Add a "Filter array" action, From set to output of "Get files (properties only)" action, click "Edit in advanced mode", type the following formula:
    @equals(item()?['{Path}'], 'Reporting/FlowTest/')

    Note: The Reporting represents SharePoint library name, the FlowTest represents the folder name in the SharePoint library.

     

    • Add a "Apply to each" action, input parameter set to output of "Filter array" action. Within "Apply to each", add a "Delete file" action, specify Site Address, File Identifier field set to following formula:
    item()?['{Identifier}']

    Image reference:14.JPG

    The flow works successfully as below:15.JPG

     

     

    Best regards,

    Kris

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

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,679 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,015 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow