Need Help with making workflow with Start:


Hi! I am trying to get this report to work. I want the top half to be used if my if condition is met for the top half, and if the if condition is met for the bottom half, I want the second start function to run, but not the first. The problem is, I cannot get it right. I tried <<If: >> functions, and “<< ENDIF >>” but I still got an error saying I had an unmatched if function. It will always be either one section or another that has their if condition satisfied, not both at the same time. Any reccomendations to clean up on errors? Thanks!

0 2 226
2 REPLIES 2

What you need is like this:

For the top half:
AND(Condition1, NOT(Condition2))

For the bottom half:
Condition2

Thanks!

Top Labels in this Space