Replace Item at specified Indices

Not sure what I’m doing wrong here…trying to replace values at multiple indices with a simple “YES” but am getting an enormous list as a result where it replaces “YES” at specified indices only once in each list (see screenshot below). I’ve played with the levels a bit, but nothing seems to be working. Please advise!

Thanks!

Steve

Hi @CADguy82 ,

I don’t think List.ReplaceItemAtIndex supports replacing multiple indices at the same time.
I normally use the List.ReplaceItemAtIndex+ node from the Clockwork package, let me know if that works for you aswel.

Depending on the condition you may be able to use a simple If statement as well.