Setting an array Element at a specific index

Setting an array Element at a specific index

Comments

  • [font=Calibri, sans-serif]If I have an array that I’m looping thru and I have the array and the index, is there a way to change a single value in the array at a specific index without having to rebuild the array?[/font]

  • Yes, We can use the remove item from index and the add item to index flow steps. On the outputs of those flow steps we set them to "change value" of the list. This will only remove that item or add that item to the list without having to rebuild the entire list. Attached his a screenshot

    [img]att1[/img]

Sign In or Register to comment.