Expand my Community achievements bar.

SOLVED

Format Count to thousands in Workflow Param.

Avatar

Level 3

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.

derekw42533281_0-1744054741072.png

 

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

derekw42533281_1-1744054901583.png

 

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

derekw42533281_2-1744054947558.png

 

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@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