Good morning community, I am having problems with a flow.
I want to make it delete files from a Sharepoint library on a scheduled basis, but when dealing with the flow I can't hit the key, the library is: 
The SharePoint list is filtered so that I do not delete all the files, but when trying to delete the files with the document ID, it cannot find them, what I see is that the option of the Delete Sharepoint Files flow does not let me enter the library and therefore the filtered IDs cannot find them, how can I do?
Greetings.
Solved! Go to Solution.
Hi @maxiq_2k ,
The flow should look like the below.
In Get Files, use the filter to return a single file with that ID
ID eq 3
In Delete File, use the Identifier value from Get Files.
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Thank you very much, now I know the difference between an ID and an Identifier!
Hi @maxiq_2k ,
The flow should look like the below.
In Get Files, use the filter to return a single file with that ID
ID eq 3
In Delete File, use the Identifier value from Get Files.
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Thank you very much, now I know the difference between an ID and an Identifier!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
45 | |
17 | |
15 | |
14 | |
13 |
User | Count |
---|---|
76 | |
38 | |
27 | |
19 | |
18 |