Hello Joao, I'm curious about the use cases of such a feature Would you find it easier to create and manage variables with different names that hold blocks ID rather than selecting which group/block it should jump to manually?
Hello, The problem I have is as follows: in a certain part of the flow, I perform regex validation on a text input. If this validation fails, I want to jump to an error-counting routine with an associated message. However, when I jump to a block, I can't return to the block that called it. Since I want to do this in multiple parts of my flow, it would be great if I could make this part of my flow reusable.
Aah that makes sense! Indeed, being able to jump back to the initial blocks group after a "generic" blocks group is executed would be useful Thanks for explaining further