Below you can see how my state machine bot looks like.
In State 4, I am creating a variable that counts certain entries in a table. If those entries are = 0, then the bot should skip states 5-11 and directly continue with state 12.
Could somenone kindly advise me on how to implement this?