Skip to content

Select Data

Select a specific value from a list of choices.

This node enables dynamic selection and output of a value from a list by specifying the index position.

For those with a programming background, it functions similarly to a switch-case statement, but with numeric indexes instead.

Inputs#

Port Description
Index
The index position of the value to select. Must be 0 or greater. An index out of bounds will result in a runtime error.
A list of inputs to select from. The first port starts at index 0.

Outputs#

Port Description
Value
The selected value.

ID: select-data@v1