I have a workflow transition condition that doesn'...
# suiteflow
d
I have a workflow transition condition that doesn't work when I use this formula:
({total} * {exchangerate}) > {user.purchaseorderlimit}
But does work when I use this formula:
SIGN( ({total} * {exchangerate}) - {user.purchaseorderlimit} ) = 1
Is there some kind of special way of using the
<
,
>
,
<=
&
>=
comparisons with condition formulas in workflows?
I note that the "preview" of the transition condition formula has the comparison operator
>
escaped:
k
Do a formula builder formula and then see how it is structured
d
looks normal =\
{total}>{user.purchaseorderlimit}
k
can you use your second one as "less than 0" instead of =1?
though that may not solve your issue.
j
in the screenshot you sent over you have an unclosed parenthesis, that may be causing it
d
that's exactly what it was.. Thanks Javier, thanks Kevin

https://media.giphy.com/media/WrNfErHio7ZAc/giphy.gif