Create a flow to move all documents from recycle bin to another library

68 views Asked by At

I'm trying to build a power automate flow to move the documents from the recycle bin to another library.

In more detail, I want schedule flow to loop to a series of SharePoint sites and copy all documents from the recycle bin to another library.

  1. An array that will contain all sites

Array with sites

  1. For each site, using an HTTP request to get all documents from the recycle bin. Filtering the URI to get only documents.

enter image description here

  1. Move each document to another library.

In these step is where I'm stuck. How can I select the documents ? All outputs of my JSON action are “type”

enter image description here

0

There are 0 answers