Check Multiple Conditions with Double DataType

Hi all,

I have multiple conditions to be checked if the value falls within certain range.

Eg:

if a<=1 and a<=5 do statement
if a<6 and a<=10 do statement, and so forth until 5 set of conditions.

What is the best practice to do thiis? I think if using if activity there would be too much nested ifs.
If so, I have thought of using Switch cases, but I am not sure on how to set the Cases as we’re dealing with double type here

Pls help!
thx

Hi @syezids

Try with Flow Decisions under Flowchart!

Regards

What about splitting your switch Into two?
Frist check is if number is more than 0
Second switch is if number is less than 6

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.