I am working on some Workflows that use employee's full names as tokens (first, middle, and last respectively) however some employees do not have a middle name but because the middle name field is required it uses N/A and herein lies my issue.
I currently have every process that requires a middle name run side by side after a Conditional Decision that checks the "Employee's Middle Name" to see if it is "N/A" or "n/a" but if I could simply have a token replace the middle name field as a negative space I could get the employee's names to look right while using a single-sided workflow that doesn't need to split.
I know "negative space" might not be the right word but what I want is that if the middle name is N/A to replace it with a delete stroke or something so that an employee's name would appear as "John Doe" and not "John Doe".
I hope this makes sense.