Skip to main content
Nintex Community Menu Bar

Conditional Start WF with Variable

  • March 21, 2019
  • 3 replies
  • 10 views

jeannie_vargas
Forum|alt.badge.img+2

I am trying to condition start workflow with two criterias: by variable (Number value) and if Field:Approval is empty.

 

More background, the variable is a date difference number value. This is not set in a field within the list. Strictly number variable. 

 

Any way to start workflow by variable? See attached. DiffinDays variable is in Workflow1, which should kick off Workflow2 with criteria above. Thanks!

 

 

3 replies

jeannie_vargas
Forum|alt.badge.img+2

Forum|alt.badge.img+17
  • March 21, 2019

Ideally you would have the date difference be stored on the item itself. This can be done by using the created by date and the modified by dates. 

 

Because variables are empty until the workflow runs, it's not possible to start a workflow with a variable as the data does not exist.


jeannie_vargas
Forum|alt.badge.img+2

Thanks @eharris04. I was attempting to skip a step, but I will add your recommendation.