Skip to main content
Nintex Community Menu Bar
Question

Is there a way to apply a currency format to merge fields?

  • July 9, 2024
  • 3 replies
  • 24 views

Forum|alt.badge.img+4

Example, I have a Template with HTML that is pulling this field in using the global merge syntax: {{$Model.Application.data.0.Total_Budget__c}}

The value is appearing without the currency symbol and is missing commas in case of thousands, etc. 

Thanks for the help!

3 replies

annajosephine
Nintex Employee
Forum|alt.badge.img+18

Tell me some more about the Total budget field - is it a currency type field to begin with?  Have you tried using triple braces (although maybe that would remove commas etc).



Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Global merges ( using the format {{$Model.ModelName.data.0.FieldName}}  currently do not pass the metadata necessary to correctly format the field.  You will need to make your template attach direclty to a model and read data directly.  


Forum|alt.badge.img+11

Jason,

Are you in a multi-currency Org?  If not, you can hardcode the Currency Code.  Otherwise, you can use a custom field renderer and leverage the CurrencyIsoCode field for proper formatting.

Just a few other ideas for you to consider.

Regards,
Irvin