Will Darley Posted August 14, 2024 Posted August 14, 2024 For our Major Incident process, any ticket logged on which the summary begins with "MI -" triggers a different path in the workflow. I've put a manual task in the workflow for the analyst to confirm whether or not the incident should be a Major Incident. I'm hoping to have a node in the workflow which, if the analyst clicks no, it removes "MI -" from the summary line of the request. I thought this could maybe be done with regex by finding a match against "MI -" and then altering the summary field to have it removed. I'm not great with string utilities, just wondered if anyone knew? Cheers!
Sam P Posted August 15, 2024 Posted August 15, 2024 You could play around with something like this, (from memory) I use this to remove the first 13 characters from a Human Task variable, so theoretically your Input Text could map to Summary and then you could start the string after "MI - " Utilities also aren't my strong point but this works for us 1
Will Darley Posted August 15, 2024 Author Posted August 15, 2024 Hi @Sam P, thanks for the advice, I'll give this a go! 1
Will Darley Posted August 15, 2024 Author Posted August 15, 2024 @Sam P this worked a dream, kudos to you 1
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