Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forÂ
Hi,
Use a regular expression action with the pattern:
^\d*\;\#
e.g
I have hard coded your sample text in this example but using a variable for the input text will work.
The Pattern takes into account any number of digits at the start of the input.