I have a notification workflow that sends the score of a quiz to the user after they have taken the quiz. The SharePoint list column is formatted as a calculated column which adds up the scores based on the questions given. When I look at the SharePoint TotalScore column its formatted correctly with the correct number example 70. When I send out the notification though its sends the email with the column embedded in the body as 70.000000000000. How can I get Power Automate to send the exact number given in the list column and leave off the decimal and extra zeros? I have tried different changes on the SharePoint column example: instead of using automatic I used 0 for adding the decimal. I have even tried using the percentage format as well on the column and its comes out 70,000%. Any help would be appreciated!