Remove Spaces from Text Strings with Nintex Workflow

You can easily remove all spaces in text strings in Nintex Workflows.  Follow these steps:

  1. Insert a Regular Expression action into the workflow.
  2. Configure it with the following settings:
    1. Pattern = \s
    2. Replacement text = Keep this empty
    3. Input test = Insert your text string
    4. Store result in = Text workflow variable
  3. You can then use the workflow variable as you need it.

One thought on “Remove Spaces from Text Strings with Nintex Workflow

Add yours

Leave a comment

Website Powered by WordPress.com.

Up ↑