List Set
Replaces one existing element of a list variable. The `index` input is zero-based and must point to an element that already exists. This block does not insert a new element; it overwrites the current value at that position. An out-of-range index throws an error.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
name | yes | string | variable-name | — |
index | yes | expression | number | — |
value | yes | expression | string, number, boolean, reference, array | — |
Notes
No additional notes are available yet.