Forum Discussion

Cwillia43's avatar
Cwillia43
Copper Contributor
Nov 28, 2020

Date stamp upon status change

I want to be able to track the date a status changed on a SharePoint list.. so ideally when someone adds a list item, then changes the status of the item to "Ready" in this example (we have metadata with status options to apply) I want the date to be out into another column of data. Essentially this date will signify the date my team was passed the item for review... This has proved difficult as we only have the created date of modified date of the item. But these dates dont reflect the date it was set as "ready"

Thanks
Chris
    • RogueVeggie's avatar
      RogueVeggie
      Copper Contributor

      For anyone who cannot make out what the script is in the bonus section of that article:
      @equals(triggerOutputs()?['body/Status/Value'], 'Completed')

  • Cwillia43 Hello,

    Please create a new date field to contain the date for when the status was changed to ready.
    Create a automation flow with Power Automate that looks at a specific listitem and gets triggered if the status is ready. Then apply the date on the new field.

    Yours sincerely,
    Aref Halmstrand

Resources