Is there a way to perform a GoTo intruction at all?
I have a seperate sequence which is invoked into my main sequence, but if it’s called, I wish to essentially skip a few steps within the Automation and not carry out what would typically occur next.
So lets say it goes like this:
STEP 1
STEP 2
STEP 3 (if true then skip to STEP 6)
STEP 4
STEP 5
STEP 6