Hello,
I am trying to figure out how to input multiple conditions into a “Branch by Condition” control..
I have the following but not sure how to go about adding the “OR” portion. Is this possible or how would one go about it?
Thanks in advance!
Hello,
I am trying to figure out how to input multiple conditions into a “Branch by Condition” control..
I have the following but not sure how to go about adding the “OR” portion. Is this possible or how would one go about it?
Thanks in advance!
I don't think that's possible unfortunately. You'd have to think OOB with stages maybe, run if and/or maybe a parallel action to mix with a few branch by conditions.
Hi,
First question for you is about the logic because it seems that all you’re evaluating in the example above is whether the monthly lease payment is <= 25k because the second operand is checking for monthly payments that are less than or greater than 36 months.
Anyway, using the example above, I’d use two run if actions combined with a branch by condition and to set an OR in branch by condition, you change the toggle above to any.
The first run if is checking if the lease payment is <=25k and if the monthly payment is < 36 months. If it is, set a boolean variable to true.
The second run if is checking if the least payment is <=25k and if the monthly payment is >= 36 months. If it is, set a boolean variable to true.
Then you can use your branch by condition to do a check whether the first or second boolean variable is true.
Hi! Ok, so is the variable (below) collecting/holding what is in the “Run if”? And then the “Branch by condition” will be based what equals “Yes”? So, if “variable = Yes” then it would direct in the route of Yes?
I’m still a bit confused…. sorry!
Hi! Thanks for your response! I will definitely give this a go and see what comes of it and will let you know!
Thanks again!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.