Hello,
I am setting up an IT Help Desk via SharePoint list / MS Forms. And I have the following workflows in place to send email notifications for:
Is there a way I can set up the workflow for "Assigned To" so that it can send two different emails for Assigned & Reassigned?
Assigned To Workflow:
Assigned To Workflow Expanded:
Hope this makes sense. Please reach out if something is unclear.
Any help would be greatly appreciated.
Thanks, LC_0004
Thank you for your reply. I appreciate you taking the time to answer. I am new to Power Automate so I am not sure I completely understand your response and how to implement. Are there any screenshot examples you could provide or direct me to that I can follow?
Thanks, LC_0004
There are two ways to approach your issue - the easy way and the hard way 🙂
The easy way is to add a column to your list (you can make it a hidden column) where you store a value the first time an item is assigned. You might use a condition that says if the assigned to column has changed and the new column is empty, set the new column to some value.
Then you can use use the new column to determine which email gets sent.
The alternative is to use a SharePoint HTTP action to retrieve the value of Assigned To from the previous version and compare it to the current version.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1