기본 콘텐츠로 건너뛰기 보완적인 콘텐츠로 건너뛰기

Label block

The label block marks a place in the automation. They are equivalent to a go to statement. They are used in combination with go to label blocks.

label block

A label block is commonly used in the following situations:

  • When your automation contains sections that should be processed non-sequentially.
  • When your automation is large and you want to organize your canvas into sections.
  • When your automation has go to label blocks.
정보 메모

When an automation jumps to a label, the automation flow continues from that point in the automation. It does not return to the previous location. To create a function-like behavior in your automation, use the call automation block.

Configuring a label block

Configure the block to have a named label.

Inputs

The label block requires a name, which can be either a string or an integer.

Label block input field

label block with a name

이 페이지가 도움이 되었습니까?

이 페이지 또는 해당 콘텐츠에서 오타, 누락된 단계 또는 기술적 오류와 같은 문제를 발견하면 개선 방법을 알려 주십시오!