I'm trying to build a system that creates an isometric grid from a 2D grid. That seems to be working correctly, however the Z values are incorrect and need to be sorted from bottom left to top right. I figured a For Each ordered by X axis with a move to top of layer action would suffice but nothing happened.
So I decided to test the For each loop to see if it was finding the newly spawned blocks. This was supposed to count the number of blocks it found and print it so I can see it found everything. But the for each either isn't running or doesn't find anything.
Does anyone have any idea on why this isn't working? I'll put screenshots of the code and layout, and a copy of the project below.
Project File