I am having difficulty counting two fields together in workflow using the token calculator.
I have a form where a user enters a value called Invoice_Value (Currency Value). In my form process modulator I start a workflow. The workflow needs to take that Invoice_Value and add it to a value field I retrieve from SQL via a query lookup in workflow.
When I test the token calculator using numbers without a decimal point ex (200 +200) I get a successfull result of (400).
When I test with a decimal point ex(200.10 + 200.10) the test fails with an error ( Expression: 200.10 + 200.10 Message: Parser matched an invalid token as a number., )
I have edited the values I receive to always have 2 decimals after the decimal piont using the token editor. I have also clasified the tokens as "numbers" & "String" values.
Has anybody else had this issue? If possible could someone assist me is resolving this.