
Announcements
I've created a flow with the action "Send an HTTP request to SharePoint". I've created a filter array to filter the output of the Send an HTTP request to SharePoint action above it. The flow runs smoothly until it get to the DELETE method and I believe its because the Filter Array is not grabbing the outputs.
I set the Filter Array to "advanced mode" but when I run the flow and check the run it reverts back to "basic mode". Has anyone seen this or have any solutions?
As you've mentioned, the Filter Array action is filtering out the data returned from the Send an HTTP request to SharePoint action above it.
You aren't using the outputs returned by the action. You need to use an expression: this tutorial explains how to do it.
Hope this helps!