Format Count to thousands in Workflow Param. | Community
Skip to main content
New Participant
April 7, 2025
Solved

Format Count to thousands in Workflow Param.

  • April 7, 2025
  • 1 reply
  • 777 views

Hey Everyone.

 

I need help finding out how to convert the number in "Count" to have a comma. 

This shows it in the Workflow Task.

 

The formatting is stripped when the parameter is generated during email delivery. 

 

This is the current expression. I've used both $long and $float.

 

 

 

Best answer by SatheeskannaK

@derekw42533281 You can do this two ways,

  • Create a content block to convert the number with commas
  • Directly write a JavaScript in email delivery that will convert the value to have appropriate commas.

1 reply

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
April 8, 2025

@derekw42533281 You can do this two ways,

  • Create a content block to convert the number with commas
  • Directly write a JavaScript in email delivery that will convert the value to have appropriate commas.
Thanks, Sathees