Function StackList
Update Element
Update an element at a specific index in a list.
Config
- Result As: The referenced list value. The result will be assigned back to it.
- Index: The index of the element to update.
- Value: The new value to assign at the specified index.