Using V1 on Dubai.
I have a child relationship template field in a table that uses merge syntax to display an {{Amount__c}} from the child object. This is cutting off decimals in the amount for some reason when displayed. Why does it do this? How can I get it to not cut off the decimals here?
If I use three braces {{{Amount__c}}} it shows the decimal properly, but I lose currency formatting so I’ll see 1000.25 instead of what I want to see: $1,000.25
I don’t see a reason why it’s cutting off the decimals for currency items that have 2 decimal points. This feels like a bug.