I’m using formatter to get line items from Xero, and create a trello card using those line items.
When converting the line item quantity to a string, it returns the quantity with four decimal places ‘1.0000’.
How can I reduce the number of decimal place, to show only an whole number ‘1’?
Thank you in advance!