You can remove line breaks in a text string using the Regular Expression action in Nintex Workflow. Here are the steps to follow: Insert a Regular Expression action into your Nintex Workflow. Configure it with the following settings: Pattern = [\r\n] Replacement text = Keep this empty (or use a replacement character) Input text = Insert your text string (you can insert... Continue Reading →
Get Digits Before a Decimal Point Using a Regular Expression in Nintex Workflow
Using the Regular Expression action in Nintex Workflow, you can get the digits before a decimal point. Here are the steps to follow: Insert a Regular Expression action into your Nintex Workflow. Configure it with the following settings: String = Your number from a column or workflow variable. String Operation = Replace Pattern = \.[0-9]+... Continue Reading →
Error publishing workflow. Invalid JWT token. The token is expired.
I periodically run into an issue when working with Nintex Workflow for Office 365. When I go to Save or Publish a workflow, I get the following error message: Error publishing workflow. Invalid JWT token. The token is expired. I found a solution that has been working for me. Keep the workflow you are trying to... Continue Reading →