I have a workflow that is using multi-value tokens with dollar values retrieved via pattern matching on an invoice. Some of the Invoices are a Credit but the values are still in positive. How can is change the token values to be negative? I tried using the 'Assign Token Values' and then adding '-' as a prefix. This only seemed to work for the first value.
There also some instances where I will need to change a negative value to a positive. I think I can do this simply through pattern matching and excluding the '-' symbol.