How to write if statement after some calculation

0
I want to write some condition after few calculation like if "A" value is less than 1 then set as 1. and if "A" value is in between 2  to 3, then set as 3. calculation part is done for me . How to write if statement after calculation . Please help. Thanks in advance.
asked
2 answers
0

Amarjeet,

Here is an example.  I created a small microflow:

image.png

 

The value of A is set to a decimal value.  Now, inside of the IntegerValue variable, I can write this

image.png

Hope that helps you get started.

Mike

answered
0

image.png

image.png

image.pngI want to add condition in Result column. 

answered