Hello
What is the syntax for an ODATA filter for FilePath or FolderPath contains 'something' in Get Files (Properties Only)?
Thanks!

Hello
What is the syntax for an ODATA filter for FilePath or FolderPath contains 'something' in Get Files (Properties Only)?
Thanks!
Please try using this expression in your Odata Filter Query
substringof('something', FileDirRef)
Pat