Forum Discussion
Cwillia43
Nov 28, 2020Copper Contributor
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 w...
RobElliott
Nov 30, 2020Silver Contributor
Cwillia43 there is a Laura Rogers blog post that explains how to do what ArefHalmstrand describes at https://wonderlaura.com/2020/08/25/flow-when-a-sharepoint-column-is-updated/comment-page-1/ but make sure you don't just copy her sub expression in point 4 as the apostrophes will be copied over incorrectly; put your own apostrophes in from the keyboard.
Rob
Los Gallardos
Microsoft Power Automate Community Super User
RogueVeggie
Nov 23, 2021Copper Contributor
For anyone who cannot make out what the script is in the bonus section of that article:
@equals(triggerOutputs()?['body/Status/Value'], 'Completed')