You can easily remove all spaces in text strings in Nintex Workflows. Follow these steps:
- Insert a Regular Expression action into the workflow.
-
Configure it with the following settings:
- Pattern = \s
- Replacement text = Keep this empty
- Input test = Insert your text string
- Store result in = Text workflow variable
- You can then use the workflow variable as you need it.
Thanks so much! This space was making me crazy!