Skip to content

List Insert Item

Impure

Inserts a value into a list at the specified index. Returns the modified list.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Complete

OUTPUT

Triggered after the item has been inserted.

Data Inputs

List

INPUT

The input list.

Value

INPUT

The value to insert into the list.

Index

INPUT

The index at which to insert the value.

Data Outputs

Result

OUTPUTarray

The modified list with the updated value.

Multiple

Settings

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing