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 / Changing Column Status...
Power Automate
Answered

Changing Column Status in SharePoint List

(2) ShareShare
ReportReport
Posted on by 79
Hello, 
 
How can one Power Automate a change in status within a SharePoint List? 
 
In this scenario, I need to change a status based on the date from which the status was created.
 
Looking forward to any insight. 
Categories:
  • Suggested answer
    Dominik Stalzer | primeone Profile Picture
    71 on at
    Create a Scheduled Flow:
     
    Set it to run at your preferred interval.
     
    Add the "Get items" step for your SharePoint list.
     
    Use the "Apply to each" action to iterate through the items retrieved. Inside this loop, add a "Condition" to check if the date field meets your criteria if it’s for example older than a certain date.
     
    If the condition is met, add the "Update item" action. Provide the ID of the item to update and set the new status value.
     
    Hope this helps.
  • Michael E. Gernaey Profile Picture
    53,970 Super User 2026 Season 2 on at
    Do you want to change the status in real-time, like when an item is being updated, or on a daily basis or what?
     
    Dominik has a great foundation below, just checking the time frame or activity that you want to do to trigger the activity or what you need above and that Dominik has asked about.
  • Tasturhelden24 Profile Picture
    79 on at
    In regards to time interval it needs to check daily items older than 30 days and change status. 
  • Tasturhelden24 Profile Picture
    79 on at
    Update. 
     
    The flow fails at Apply to each. Here is the image of the error that is being produced. 
     
     
    Here are the expressions that are being used currently:
     
    Left:    UTCNow()
    Is greater than
    Right: FormatDateTime(items('Apply_to_each')?['Date Parts Ordered'], 'u')
     
    Trying find the correct condition to use to find dates greater than 30 days from today. This is to change the status field. 
     
     
  • Suggested answer
    Dominik Stalzer | primeone Profile Picture
    71 on at
    You can use FormatDateTime only if the value of items('Apply_to_each')?['Date Parts Ordered'] is not Null.
     
    Add this condition beforehand and check if a value in your list is not null:
    not(empty(items('Apply_to_each')?['Date Parts Ordered']))
     
    You can later check the log to see why you have null values. After that, you could optimize your list by cleaning up the null values.
     

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 227 Super User 2026 Season 2

#2
David_MA Profile Picture

David_MA 213 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 151

Last 30 days Overall leaderboard