Question:
How do I insert commas with decimal numbers when using a workflow to "Fill area on the document"?
How do I insert commas with decimal numbers when using a workflow to "Fill area on the document"?
Answer:
An Arithmetic expression can be utilized to insert commas with decimal numbers in a workflow. By using the following Arithmetic expression: GV_AMOUNT.ToString("N," CultureInfo.InvariantCulture) This will enable you to insert the desired commas with decimal numbers within the workflow.
Note: GV_AMOUNT should be replaced with the necessary Global Variable or Workflow field for your configuration.
KBA is applicable for both Cloud and On-premise Organizations.