Hi everyone,
I am using the HTTP Request to SharePoint to get information from the SharePoint recycle bin for a deleted item (which is also the trigger of the flow). The problem is, I only get results when I delete something with the user that is used for the connection within the flow. Obviously, this user has full admin rights to SharePoint.
When I delete the item with any other user, the results of the outputs are empty in the flow. On the other hand, when I execute the request directly in the browser for the user that deleted the item, the body is visible. It seems like not even the admin with global office admin rights has access to the results of another user.
Following an example:
I deleted an item on SharePoint with a test user. The body of the HTTP request to SharePoint is empty within the flow.
On the other hand, executing the request directly in the browser for the test user is showing the body:
Executing the request directly in the browser for the admin user, shows again an empty body:
How can make sure the information is also available when an item is deleted with a different user?