I have set of files that look like this:
NewIndy_EmailAddress1_08182023_041401PM.xlsx
NewIndy_EmailAddress2_08182023_041401PM.xlsx
Get files (Properties only) finds all these files, without any problems, using this Odata filter:
substringof('newindy_',FileLeafRef)
However, this odata filter finds absolutely nothing:
substringof('_08182023_041401PM',FileLeafRef)
Does anyone know why?