Announcements
I have multiple Power Automate flows using Get files (properties only) with an OData filter on the Created field.
Example:
substringof('FolderName', FileDirRef) and Created ge '2026-01-15T00:00:00Z'
This returns zero results, even though:
Files exist with Created timestamps after this date
substringof('FolderName', FileDirRef) alone returns many items
substringof('FolderName', FileDirRef)
The date is hard-coded in valid ISO 8601 format
This logic worked for months and recently stopped
Older flows using the same pattern are now also broken
Is there a known regression or recent change in SharePoint OData filtering for the Created field when using Power Automate?
Hi Riyaz / abm,
Thanks for the suggestions. I’ve tested this thoroughly and wanted to share concrete outputs.
I’m using Get files (properties only) on a document library. Files exist that show Created = about an hour ago in the SharePoint UI.
However, even with a wide window and no folder constraint, the following filter still returns an empty array:
Created ge '2026-01-18T00:56:47Z' and FSObjType eq 0
The resolved filter in the connector output is:
$filter=Created ge '2026-01-18T00:56:47Z'
and the response body is:
"value": []
I also recreated the SharePoint connection, removed/re-added the action, and tested static dates as well as dynamic expressions.
Since the UI clearly shows files with Created timestamps inside this range, is this a known regression with Created filtering in Get files (properties only), or is there another supported field/property for filtering by file creation time in this action?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 377
11manish 279
David_MA 234 Super User 2026 Season 1