Hello, I got a “get text” activity to check the message my SAP returns and it returns a Boolean variable (NoDoc), if it’s true I want the workflow to jump the activities it would do if it was false and continue a few activities further, but if it’s false I need it to continue normally.
How can I do this without rewriting my whole workflow inside the “IF” case?