Skip to content

List Set Item

Impure

Sets a value at the specified index in a list. Returns a modified list.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Complete

OUTPUT

Triggered after the value has been set.

Data Inputs

List

INPUT

The input list or array.

Value

INPUT

The new value to set at the index.

Index

INPUT

The index at which to set the new 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