In my workflow I would like to use the multi-field formula tool and refer to [_CurrentField_] with a prefix or suffix. I was wondering if it's at all possible, and if so how to accomplish this.
Example:
When applying a change to [Invoice amount] and [VAT amount], in the expression I want to refer to 'Format '+[_CurrentField_] how would I go about referring to this column. Is it at all possible?
| Invoice amount | Format Invoice amount | VAT amount | Format VAT amount |
| 12,34 | DecimalComma | 12.34 | DecimalPoint |