- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 08:32 AM
I am in the process of creating an email notification for when the status is priority 1 but changes to priority 2
The goal is to send an email to a particular group when the status changes from priority 1 to priority 2
I get a bit confused on these conditions, in this case, will it be
status changes from priority 1 and
status changes to priority 2
or
status is priority 1 and
status changes to priority 2
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 09:25 AM
Yes Ok lets say you are in priority 1 and you want to trigger notification only when that priority changes to priority 2 right?
You can just use Review status changes to Priority 2. what this will do is whenever priority status will change to Priority 2 from any other status it will trigger.
Now in your Scenerio if you want to only trigger notification when status changes from Priority 1 to Priority 2 than just You will have to set 2 conditions
1. Status changes from Priority 1
2. Status changes to Priority 2
And for that you dont need to set Inserted option true. Because from what I understand you only want to trigger when it status changes to priority 2 from priority 1.
Let me know if that doesn't make sense.
***Mark Correct or Helpful if it helps.***

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 08:42 AM
Hi,
I think you should should use changes to since in your requirement its changing from priority 1 to Priority 2 but if it changes from lets say from priority 3 to priority 2 it will trigger than too.
Just tested both are doing the same thing.
Mark Correct or Helpful if it helps.
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 08:57 AM
hello Yousaf
so since the priority status is already in priority 1, I do not want to receive an email in that stat, only when it changes to priority 2, so are you saying use status changes from priority 1 to changes to priority 2
I have attached a screenshot to help you better understand how I currently have it
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 09:25 AM
Yes Ok lets say you are in priority 1 and you want to trigger notification only when that priority changes to priority 2 right?
You can just use Review status changes to Priority 2. what this will do is whenever priority status will change to Priority 2 from any other status it will trigger.
Now in your Scenerio if you want to only trigger notification when status changes from Priority 1 to Priority 2 than just You will have to set 2 conditions
1. Status changes from Priority 1
2. Status changes to Priority 2
And for that you dont need to set Inserted option true. Because from what I understand you only want to trigger when it status changes to priority 2 from priority 1.
Let me know if that doesn't make sense.
***Mark Correct or Helpful if it helps.***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2022 09:30 AM
hi Yousaf
Makes sense now, thanks for the detailed explanation