Hi All,
Is there a node for replacing a value at a particular index of a list. For example:
The input list might be: 1,2,3
The input index might be 1
and the new value might be 4
Resulting in this list: 1,4,3
Thanks for the help!