2021.2

Table Of Contents
Streamline repetitive actions
Added the ability to break out of a loop and move onto the next step when the desired condition
has been met.(SHARED-79527)
We have also made the Goto step optional inside Repeat loops. This allows you to loop
through, for instance, JSON structures without having to move the data pointer, making the
operation less error-prone and more efficient. (SHARED-79524)
Page 1541