Jump to a line in a rule

So you are essentially asking for a goto statement. No goto is not supported in Rules DSL or hardly any modern programming language. But there are lots of different standard programming constructs that should be used instead:

And of course all of these could be combined.

Which is best? :person_shrugging: You don’t show the rule.