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.
- An array that will contain all sites
- For each site, using an HTTP request to get all documents from the recycle bin. Filtering the URI to get only documents.
- 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”


