Skip to main content

Label block

Label blocks are used to jump to a separate flow in an automation. They are the equivalent of a go to statement in coding.

Note: labels do not work like functions. After completing the flow under a label, the automation execution will not return to the calling flow. If you want a function-like execution of blocks, you should use Call Data Blend to call another automation from an automation, or you could work with a Snippet.

Example usage of Label blocks:

Go To Label blocks connected to Label blocks in other automations.

An example of multiple automations connected by label blocks. If a condition is met, a Go To Label block leads to a separate blend. If the condition is not met, a different Go To Label block leads to a third blend.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!