I have a Field on a Form (New Remaining Spend) which sometimes will become a Negative Figure i.e -1,000
I have entered this into the workflow, but it does not seem to work
My workflow has a Parallel block but the workflow seems to trigger all branches in the block.
Any Idea's?
Kind regards
Claire Allen
Best answer by TomaszPoszytek
Well, that is exactly what you should do - check if the field has "value < 0".
Two things - log the value to the workflow history before you go into parallel block (to be sure it is negative), second thing - do you cast the value of the field into number (this "fx" button next to a lookup)? Or is the workflow variable you use to store the field's value a "number" type?
Well, that is exactly what you should do - check if the field has "value < 0".
Two things - log the value to the workflow history before you go into parallel block (to be sure it is negative), second thing - do you cast the value of the field into number (this "fx" button next to a lookup)? Or is the workflow variable you use to store the field's value a "number" type?