James Gallally Posted October 12, 2020 Share Posted October 12, 2020 Hi, I have a catalog item that deals with a specific automated email for some alerts that we get. The ticket gets logged correctly, email subject is match through to summary/title and the contents of the email goes through to description - life is good. During the Business Process I have a decision that says if the summary/title has "Down" in it then do X otherwise if no match then do Y. I am obviously using the wrong criteria as it just keeps using the no match option. I've tried the following to variations with now joy - I am assuming that I have missed something obvious: And Thanks James Link to comment Share on other sites More sharing options...
Conor Posted October 12, 2020 Share Posted October 12, 2020 Hi @James Gallally I have tried this a few different ways and it seems to work fine for me... Do you have an example summary string that the expression is evaluating against I can test it on? For example, my latest expression is this: And the string it is evaluating against is this: If I have hardware in the summary instead of Software, then it goes down the 'No Match' route. It looks like you have the same thing though so I'm not sure what the difference could be. If you add in a new timeline update for the next node in your process for the 'No Match' route, does that work ok? Link to comment Share on other sites More sharing options...
James Gallally Posted October 12, 2020 Author Share Posted October 12, 2020 Hi @Conor, Thanks for the response. At this stage my tickets are very basic: This is what the surrounding nodes look like at the moment: Would you like me to add another timeline update? Thanks James Link to comment Share on other sites More sharing options...
Conor Posted October 12, 2020 Share Posted October 12, 2020 @James Gallally In the expression 'Summary contains Down ended' - what have you got in there? It may be that the expressions are too similar? If that's not the case, one option may be to try the 'starts with' against Down, rather than contains. Link to comment Share on other sites More sharing options...
HHH Posted October 12, 2020 Share Posted October 12, 2020 @James Gallally It looks like you have an AND operator between the two expressions in your screenshot, could it be that this should be OR if only one of them is populated at the point? Or am I reading it wrong? Also it may be case sensitive so check for both Down OR down (Maybe someone else can confirm this) Link to comment Share on other sites More sharing options...
Guest Mary Posted October 12, 2020 Share Posted October 12, 2020 Hi @James Gallally it appears the routing rule was the issue here. Let me know if you have any more questions. Link to comment Share on other sites More sharing options...
James Gallally Posted October 13, 2020 Author Share Posted October 13, 2020 Thanks all, Although it was messy, my Business Process wasn't the cause - the email routing rule was missing a variable so the BP wasn't being triggered . Fixed that and it is now working as expected. James Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now