Service Manager Workflows
I am working on a service manager workflow. The Title of the work item has special characters in it. In testing the workflow will run if I remove the special characters. Can I make it take the special characters into account?
Answers
@Larry_Grant - Are you writing the workflow in powershell? If so, I would say you should be able to use Regex to determine if there are the special characters you're looking for in the title.