round(decimalPlaces?: Number): Number #
Returns the value of a number rounded to the nearest whole number.
If “decimal places” are stated so it will not be “whole number” already.
round(decimalPlaces?: Number): Number #
Returns the value of a number rounded to the nearest whole number.
If “decimal places” are stated so it will not be “whole number” already.
Hi @Nick_K_H
Thanks for this! I’ve made a PR for both our documentation and for the tooltip UI to be updated to be a bit more specific ![]()
New version n8n@1.7.1 got released which includes the GitHub PR 7150.