I am currently working on a robot in a state machine, I followed a logic process so that whenever an “Element Exists” was “False” I followed it to a next “State”, but it doesn’t follow automatically but tries to finish the current process , what form could be used to make this sequence?
I am aware that I could use “IF” with “Throw” or “Continue Error” or continue error I avoided using it because the screens can load in one more way.