conditional start office 365 Nintex


Badge +4

Hi Guys,

In Nintex on premise, the Workflow is conditionally started. while after migration to Nintex online, the previous values are not available. How this can be achieved. Looking for detailed steps.

7062iC29C94447A469592.png


3 replies

Userlevel 6
Badge +22
You could have the workflow start on creation and then check the conditions in the workflow and if they dont meet the conditions end but if they do then continue.
Badge +4

Hi @SimonMuntz , you mean I have to create one more column with name previous value and then check against that column. When do I update the column?


 

Userlevel 4
Badge +9
Let's say you have 2 fields : "Current value" and "previous value".
On your form, only use "current value".
In your workflow use a "run if" action, with the condition : if current values is not equals to previous value, update previous value with current value and continue your process. Otherwise, end the workflow.
Keep in mind the user should not manually update "previous value", only the workflow should do it.

Reply