Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 992 Bytes

ifAdvanced.md

File metadata and controls

38 lines (21 loc) · 992 Bytes

If Advanced

image

The If Advanced node equals the If Node of the default n8n package (as of version 1.20.0), but it provides an additional node exit to read statistics.

Parameters

The parameters of the IfAdvanced Node equal the parameters of the normal If-Node. For details, see the official n8n documentation

Inputs

The input receives all Data to be checked

Outputs

True

Returns a list of all items where the result is true

False

Returns a list of all items where the result is false

Statistics

Returns a single item of the following Structure:

  • allTrue: True if all are true
  • allFalse: True if all are false
  • trueCount: Amount of True items
  • falseCount: Amount of False items

Example

Example

In this example we test Which entries are contacts.