Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - General Discussion
Answered

Help with Sharepoint and Date Query

(0) ShareShare
ReportReport
Posted on by 125

Hi All,

 

I am trying to 'get items' from a SharePoint list where the today's date is 8 days post the SharePoint date.

 

I have set the following variable   

glitter1234567_0-1710993364058.png

 to get my query control.  This is working i.e. on the 21/03/2024 its returning 13/03/2024

 

Then I have a get items from my SharePoint list with the following criteria

glitter1234567_1-1710993425054.png

 

 

This is returning 1 item with a reviewMeetingDate = 12/03/2024.  I think this is to do with a timezone issue and Sharepoint storing values as UTC but I can't quite work out how I work around it.  I tried 'convert time zone' my varDate8DaysPost to UTC but still returns 13/03/2024 and get items brings back dates of the 12/03/2024

What am I doing wrong, on a side note my date field on my sharepoint list is set as date/time but for my query I don't care about the time just the date.

 

Thanks

  • Verified answer
    v-jefferni Profile Picture
    on at
    Re: Help with Sharepoint and Date Query

    Hi @glitter1234567 ,

     

    You can format utcNow as a date only value then use the variable in filter query:

    addDays(utcNow('yyyy-MM-dd'),-8)

     

    Best regards,

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June 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 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1