Unanswered question

How to skip to the next action from running action?

Based on a flag value, I need to skip remaining steps in running action and move to next action. How do I achieve this scenario?

Shubhendu M.
Shubhendu M.

Shubhendu M.

Level
0
50 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You could use a if...then...else condition based on the content of a variable extractor that will be based on your flag value. Depending on the result you can decide which actions you would like to execute.

Another way could be to use a Try...cache container and jump to the cache container if your flag value is not the expected one.