Hi everyone
I have created a flow along the same lines as this which loops through a folder and all subfolders in a SharePoint library, building up an array of all the documents in them. This works perfectly but now I want to copy the files that have been found to a different library.
However, I can't find a way of referencing the file identifier from the array variable:

I've tried using the Parse JSON action and this allows me to select the {Identifier} property but then I get an error saying that arrays can only be referenced by their index number and not a property. Is there a way to achieve what I'm trying to do?
Thanks in advance for your help.