Hi!
I have a list of values (rotation angles) and I would like to add 180 degrees to every second item.
I tried with dispatch component. I managed to split my list to even and odd indexes and perform addition to odd set of data. Now I would like to combine this data in previous data order. Merging doesn’t keep previous order. How can I do this?