So Max(a,b,c), Min(a,b,c) will get me the highest/lowest value. Is there a way I can select the variable though?
Variable1=5 and Variable2=7
Min(Variable1,Variable2)
Will give me 5. Is there an expression so I can get Variable1 back as a result instead of it's value? I know how to get it using conditions and actions though, but want to avoid extra conditions and actions if I can. I am thinking I won't be able to and I will have to use one condition, a variable and an action. I am hoping there is an expression I can wrap around Min() though.