It can be used in a formula. In the above example, the calculation was returning a decimal value (eg. 21.53
) and an integer value was preferred, so the whole formula could be wrapped in the round()
function.
{
"formula": "round(22.83 + 0.14)"
}