Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - General Discussion
Answered

Get Items Filter Between Two SharePoint Dates in Columns

(0) ShareShare
ReportReport
Posted on by 394 Super User 2024 Season 1

Dear All,

 

I need some help with Power Automate Flow. I need to filter query using a Get Items on a SharePoint List Start Date Column and End Date Column all rows which are equal to today.

 

I'm struggling with this, any help would be appreciated.

 

Kind Regards

 

Daniel

  • Verified answer
    v-yueyun-msft Profile Picture
    on at
    Re: Get Items Filter Between Two SharePoint Dates in Columns

    Hi , @DLCaterhamSch 

    According to your description, you want to use the Filter Query to filter your Date or DateTime Column in your SharePoint List.

    This is my test SharePoint List:

    vyueyunmsft_0-1701915380987.png

    And this is the raw output of the "Get Items" action:

    vyueyunmsft_1-1701915474675.png

    (1)If you want to filter the Date without Time column , like "2023-12-07", you can use this code in your Filter Query:

    vyueyunmsft_2-1701915621820.png

    utcNow('yyyy-MM-dd')
     
    (2)If you want to filter the Date with Time column, like "2023-12-07Txx:xx:xxZ" and ignore the Time just in today , you can use this code in the FIlter Query:
    vyueyunmsft_3-1701915828925.png
    utcNow('yyyy-MM-ddT00:00:00Z')
    utcNow('yyyy-MM-ddT23:59:59Z')
     
    And you can also combine your condition with or, and logic function, like this:
    vyueyunmsft_4-1701915899321.png

     

    And for more information, you can refer to :
    Solved: FLOW (Get Items) Filter SharePoint list on Date - Power Platform Community (microsoft.com)

     

     

    Best Regards,

    Yueyun Zhang

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.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492