Remove Line Breaks in Text Using a Regular Expression in Nintex Workflow

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 →

Regular Expression to Get All Characters After a Specific Character in Nintex Workflow

You can get all the characters after a specific character in a string using Nintex Workflow. Here are the steps to follow: Insert a Regular Expression action into your Nintex Workflow. Configure it with the following settings: Pattern = (^.*?(?=-)-)  where the "-" is the character (replace both "-" with your desired character) Replacement text = Keep this empty Input... Continue Reading →

Completed Nintex Workflow Pro Certificate and Nintex Workflow Admin Certificate

I recently completed both the Nintex Workflow Pro Certificate and the Nintex Workflow Admin Certificate. The Workflow Pro Certificate is for skilled Nintex platform users and covers designing, creating, and debugging Nintex workflows and forms. The Nintex Workflow Admin Certificate is for skilled Nintex platform administrators and covers various abilities and knowledge including the installation... Continue Reading →

Nintex Workflow Webinar Posted

I recently presented a webinar titled "Automating Business Processes with SharePoint & Nintex Workflow". Here a quick summary of the webinar presentation: "Organizations of all sizes are constantly searching for ways to improve efficiencies, increase productivity and add value to their SharePoint implementations. Automating business processes with SharePoint workflows addresses these goals perfectly. Building these... Continue Reading →

Prime Conditions: Start a Workflow Conditionally

Workflows can be started a number of different ways: manually, upon item creation or upon item change. One little known setting for starting a workflow is the Conditional start option. This option requires a condition to be met before the workflow runs. If the condition is not met, then the workflow never actually runs. Follow... Continue Reading →

Website Powered by WordPress.com.

Up ↑