Activities are getting skipped?

I’m not sure what’s going on here, I’ve got an if statement that just looks at two doubles, and if one or the other is larger, then it takes it’s path. Simple if x > y then, else.
Then I have an assign activity assining a parentid from an element to a string variable, which I’m using in a selector in my type into activity. I’m working on it actually typing into the field, and it does about half the time.

My problem is that after that activity it totally skips all of the other activities underneath it, and goes to the top of the for each loop (all of this is located inside of a for each loop) I don’t know what’s going on, but it’s skipping everything after the type into DIV rc activity. In the type into DIV rc activity I have tried to change waitForReady to NONE and INTERACTIVE.

It still skips over everything under it.

Ever resolve this?