08-24-2015, 03:14 AM
Well, you technically can use them together, but if you have steps that could possibly alter the rest of the profile, then you have to take that into account for all steps going forward, essentially splitting the profile into branches of things that could occur. You may end up with a very lengthy profile you have lots of conditional branches and you want to factor in step count as well. I've done a few profiles this way, but like I say, it can make for quite a lengthy profile even with only a single branch.