1.0.2 • Published 4 months ago

n8n-nodes-selector v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

n8n-nodes-selector

This is an n8n community node. It lets you use a Selector node in your n8n workflows to dynamically switch between multiple inputs based on conditions.

The Selector Node is useful for routing data in a workflow. It offers two modes:

  • Single Select: Passes through data from one of two inputs based on a boolean condition.
  • Multi Select: Dynamically routes data based on an index condition, selecting from multiple inputs.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

The Selector Node supports the following operations:

Single Select

  • Accepts two inputs.
  • Evaluates a boolean condition.
  • Passes through either Input 1 or Input 2 depending on the condition.

Multi Select

  • Accepts a dynamic number of inputs.
  • Evaluates a numeric index condition.
  • Passes through the input at the given index.
  • Optionally, waits for all inputs before processing.

Compatibility

This node is compatible with n8n v1.0 and later. It has been tested against the latest stable n8n versions.

Resources

Version history

  • v1.0.0 - Initial release with Single Select and Multi Select functionality.
1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago