web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Filter date stored as ...
Power Automate
Suggested Answer

Filter date stored as text

(0) ShareShare
ReportReport
Posted on by
Hello,
Got SharePoint list where date+time stored as text in columns:
How can i filter data to "Get items" only from Now() -1 day?
 
Need to get this items, copy it to another list and then delete it from source list
I have the same question (0)
  • Suggested answer
    David_MA Profile Picture
    14,956 Super User 2026 Season 1 on at
    Is the field in your SharePoint list a text field or a date/time field? If it is a date field, you would use this in the filter query:
     
    Time_out_text gt 'subtractFromTime(startOfDay(utcNow()), 1, 'Day')'
     
    You would, of course, use the expression builder for the text between the single quotes. Filter queries require the date to be in ISO8601 format, which this will do. If you field in SharePoint is a date field, despite how it displays on your screen in SharePoint, it is always stored in ISO8601 format in SharePoint and in the UTC time zone.
     
    This is what the expression returns:
     
    If you really want it to be one day less than when the flow runs, remove startOfDay() from the expression.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard