Switch
A single node that switches on a value and has one output per case (listed below) plus a Default output. Wire each output to the commands for that case (no separate Case / End Switch commands).
개요
Switch은(는) AutoFlowRPA의 Conditions 카테고리에 속한 노코드 자동화 단계입니다. 조건에 따라 워크플로를 서로 다른 경로로 분기합니다. 2개의 매개변수를 설정해 동작 방식을 정확하게 제어할 수 있습니다. 비주얼 빌더에서 워크플로로 끌어다 놓을 수 있는 340개 명령 중 하나이며, 스크립트가 필요 없습니다.
기능 소개
A single node that switches on a value and has one output per case (listed below) plus a Default output. Wire each output to the commands for that case (no separate Case / End Switch commands).
파라미터
| 파라미터 | 유형 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
| Value to switch on | string | 필수 | Compared against each case (one per line). 예시: {{{status}}} 변수 지원 | |
| Cases (one per line) | multiline | 필수 | Each line is a case value and becomes its own output, in order. An unmatched value uses the Default output. 예시: active
pending
closed 변수 지원 |
Switch 사용 방법
- 1
AutoFlowRPA를 열고 Conditions 그룹에서 Switch 명령을 캔버스로 드래그하세요.
- 2
사이드 패널에서 파라미터를 설정하세요 — Switch에는 설정 가능한 항목이 2개 있습니다.
- 3
워크플로에 연결한 뒤 Run을 누르세요. 모든 작업이 내 컴퓨터에서 로컬로 실행됩니다.
자주 묻는 질문
Switch 명령은 무엇을 하나요?
A single node that switches on a value and has one output per case (listed below) plus a Default output. Wire each output to the commands for that case (no separate Case / End Switch commands).
Switch 명령은 어느 그룹에 속하나요?
Switch은(는) Conditions 그룹에 속합니다. AutoFlowRPA는 코드 없이 조합할 수 있는 340개 이상의 바로 쓰는 명령을 제공합니다.
Switch 명령에 파라미터가 있나요?
네 — Switch에는 설정 가능한 항목이 2개 있으며, 모두 비주얼 노드 에디터에서 편집할 수 있습니다.