Hopefully this is an easy question someone can answer.
I have a Flow where I am retrieving a list of items from a sharepoint library. I load the results of that step into an array so I can filter out the items I want.
My next step is to process each item in the filtered array and go retrieve each item's properties so I can update them.
But I can't figure out how to get the ID from the array to pass to the Get File Properties step?
Any help greatly appreciatd.