Hi,
I'm having an issue that I am not able to solve. Will appreciate any help on this matter.
I have a SharePoint List with a list of files and Owners. I also have a SharePoint Library with the files.
I want to assign the owners to the SharePoint Library too. The SharePoint List is something like that:
Files_Index
File 1 - Owner A
File 2 - Owner B
File 3 - Owner A
As a summary my flow is doing the following:
- Get Items (from Files_Index)
- Apply to Each
- Get files (properties only)
- Filter Query: FileLeafRef eq 'AttachmentFileName'
- Update file properties
That works for the most of files but not for all of them. I've made some test running the flow individually for each file, and same flow works fine with File 1, File 2, but not with file 3.
The expression "FileLeafRef eq 'File 3'" is not valid. Creating query failed. clientRequestId: xxxxxx. serviceRequestId: xxxxxxxxxxxx
It seems it can't create the query for some reason, but I've checked the file name in the library and in the list and it matches. so not really sure what is happening.
Any help will be much appreciated.
Kind Regards