mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
do remember that 0 tends to be treated as false
This commit is contained in:
parent
ff0dadeef5
commit
515f25e7c0
@ -194,7 +194,7 @@ df_number:
|
||||
optional: true
|
||||
longName: Number
|
||||
type: Number
|
||||
default: 0
|
||||
default: "0"
|
||||
description: How many decimal places to round to.
|
||||
returns: Number
|
||||
description: Returns the value of a number rounded to the nearest whole number.
|
||||
@ -257,7 +257,7 @@ df_date:
|
||||
longName: Number
|
||||
type: Number
|
||||
description: The number of units. For example, to check if the date is in the last nine weeks, enter 9.
|
||||
default: 0
|
||||
default: "0"
|
||||
- argName: unit
|
||||
optional: true
|
||||
longName: DurationUnit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user