Hi all,
I have some figures that I'm trying to create into dollar amounts with thousands separators. I am using the formula '$' + ToString([field],0,1) and I'm getting the $ but no commas.
Second issue is that before turning them into strings, I added all the values as Int64 to create one total which was accurate but when I run the workflow after using ToString on the other fields, the total field becomes a long string of each value instead of giving me the correct total whether I use the ToString formula on the total field or not.
I'm not sure what i'm doing wrong, please help!