Skip to main content

First of all I'm new to Nintex Workflow, your help is much appreciated.

I have a variable like this 1;2;

How to remove content after the first semi colon?

So you just want the first value (i.e. "1")?


use regular expression action with a pattern like

;.*$

214500_pastedImage_1.png


Thanks happy.png That is all!


Reply