Solved

Run if condition using list lookup and comparing it to workflow variable

  • 3 October 2019
  • 4 replies
  • 257 views

Badge +1

I have a list named "traillist1" and field named "power". I already made the workflow. I want an email to be sent only when "power" is greater than workflowdefined variable "var1"

 

4867i62D2BFD9B2272C20.png4868i478BF132EEC055D3.png4869iDA40950D6D71ECD3.png

icon

Best answer by SimonMuntz 7 October 2019, 02:40

View original

4 replies

Userlevel 3
Badge +9
You need to make the following changes to your workflow:
1) Move the "Send an Email" action into the "Run If" block
2) Change the "Run If" condition to be "is greater than"
Badge +1

I moved the email action into the action block. But i am still getting argument error. I think there is a problem in the 'run if' condition. I dont know what to fill in when "power" equals "value". I only want to send an email, when data entered through nintex form satisfies the condition of  "Power" is greater than defined workflow variable "var 1 ".

Userlevel 6
Badge +22

Before the "Run if" you are setting your workflow variable "var 1".
Create a second variable that sets the value of the Power "var 2".



Then use both variables in your Run If. If var 2 (Power) is greater than var 1 (workflow variable) send email


 



 

Badge +1

Thank you, it worked.

Reply