How to get commas

Woodall, Sarah C 20 Reputation points
2024-08-28T19:07:54.9+00:00

How do I my Numbers to have , comma formatted on them. All are text fields in SharePoint.

User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,087 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,938 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 27,771 Reputation points Microsoft Employee
    2024-08-28T19:30:00.4866667+00:00

    @Woodall, Sarah C

    You can use &lt; <your SharePoint variable> &gt; since your context is HTML markup. It should render as < > respectively.

    Use a dynamic fx in your logic app with the formatNumber() function; https://video2.skills-academy.com/en-us/azure/logic-apps/workflow-definition-language-functions-reference#formatnumber.

    formatNumber(<your SharePoint value>, "C")


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.