Replace Item

Greetings - I’m trying replace the data at specific indices in my list with a list of corresponding data, but the result is the creation of a sublist at the specified indices that includes all entries of updated data. Can someone help me identify where I went wrong, or how to leverage levels properly to accomplish this?

The ootb nodes will not replace items recursively. You’ll have to use python or a custom node. Search the forum for similar topics if you need custom node suggestions.

Thanks @Nick_Boyts - I just found the List.ReplaceItemAtIndex+ from the Clockwork package, and that works beautifully.