I "thought" I could just make a collection and just loop through them, like I do with arrays, one at a time, but because, I guess, they are running async it is running all 3 without waiting for the 1st loop to finish. I haven't found a way to do it synchronous.

I pretty much was hoping it would be able to run the 1st loop and finish then run the 2nd loop and finish and finally the last loop.

I mean I guess I could somehow chain them but I was trying out just using one bit of code to do all 3 things