Dynamically jump to another block
Hello Guys,
Is there a way to dynamically jump to another block? it would be nice if we could pass a variable with blockId to the jump logic block.
4 Replies
Someone will reply to you shortly. In the meantime, this might help:
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