Hello everyone,
I'm relatively new in working with dynamics365 CRM for my company and also to this forum, so please be patient with me :)
I created a workflow that is searching in accounts for double spaces in between names. Using regex is the only way I think, but I'm
having a problem! I use the pattern [ ]. to detect the double spaces and then replace it with " $" and then in the next step I use \$ and replace it with nothing so there's only one space left. And it works great when there are double spaces. BUT if there aren't, for example when I execute the workflow a second time - it also kills the first letter of the name after the space ... ANY suggestions on that? :)
*This post is locked for comments