I am in the middle of the learning course regarding how to create a Macro workflow,
One step is to add "$" to the fields of amount, and also change the format from XXXXXX.XXXX to XXX,XXX.XX,
I tried the expression as "$"+ToString([_CurrentField_], 2,1) in Fomula tool, but no change to the original form.
My question is:
1. anything wrong with this expression?
2. is there anyway to know the meaning of each Expression, better with an example?