Conditional Statement

Hi, I would like to find out whether there is a way to build a workflow such that if my excel values are 0 then it will run a program. Elseif my excel values are larger than 1, it will halt the workflow. Any suggestions?

@whwbeh

Yes you can use a flow decision or if condition…

First read the excel value/values that you want to verify and use conditions in if block and on then side do your steps if its zero and on else side terminate the workflow or do nothing

Cheers

1 Like