Weird issue when combining workflows

I finished developing several workflows that work great individually, however when combining them into 1 big workflow I seem to be running into issues where the selectors fail or the workflows doesn’t work the same as if I ran it individually. Has anyone else run into this?

Hi, once something similar happened to me. When I proceeded to do the integral test, some selectors did not work correctly. I discovered that I had the “WaitForReady” property set to “Interactive”. I was using a loop and the page was not updated, I changed to “None” and everything worked. It should be noted that I was interacting with IEexporer.

Also, I suggest you review in detail the arguments you have used (input / output) and its connection through variables and its scope.