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 text = Insert your text string
- Store result in = Text workflow variable
- You can then use the workflow variable as you need it.
Leave a Reply