Skip to main content

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

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?

Regards,

Tomasy


Hello Tomasz,

I managed to fix it, I was forgetting that a Negative Vault works backwards to a positive value,

Where I was putting greater than or equal to -5 for example, actually needed to be less than.

All is good and workflow runs with no proplems.

Thanks for the Tip


Regards

Claire


Reply