Forum Discussion
SIMSMAN
Mar 25, 2022Copper Contributor
Sharepoint list issue tracker - adding a close date with Power Automate
Hi, I've created a SharePoint list based on the Issue Tracker which comes as a template. I have a status (Open, Closed, Completed etc.) for the issue and what I wanted to happen is that when the inc...
SteveKnutson
Mar 27, 2022MVP
Try creating a Power Automate Flow that does the following:
- Trigger - When an Item is created or Modified
- Add a Trigger Condition to run only when the status is changed to Completed Power Automate Trigger Conditions made EASY - Power Platform Community (microsoft.com)
- Use an Update Item action to set the closed date. Using the UTCnow() Expression (in the Dynamic Content option for the date field you are updating.
The Tigger Condition prevents the Flow running unless the specific condition is true.