I'm having an Calculated Colum "ExpiringIn" in SharePoint list which return values as Numbers with 0 decimals. When I'm trying to pass this value on an email content, it's becoming 2.00000000000000, instead of just the integer value. To format this number, I have used the expression on the flow as "formatNumber(item()?['ExpiringIn'],'D2')".
Still getting error as the value is null.