I am currently working on a flow that intends to get items from a data source and then retrieve file properties from a SharePoint library and update them with data from the source.
To do this I am attempting to use the Filter option. The only piece of information that maps to the data source is the 'Name' column in the library which I know is not a 'real' column and should use FileLeafRef instead.
My query in the filter reads : FileLeafRef eq '<value from the datasource>'
The issue I have is that it seems that this does not return any values even though I know the files exist. Its as though the FileLeafRef field isn't pulling back a response.
There was a line of thought whereby maybe the column 'FileLeafRef' wasnt indexed but I was under the impression that this was indexed as standard.
I have been looking at this for a few days now so any assistance would be appreciated.