시작하기무료로 시작하기

Replace nested Conditions with a Switch

Theo's flow has grown a nested Condition for each possible Contracts Status - Active, Pending Review, Expired. The code is hard to read and the logic is getting tangled. A Switch is the right tool when you're routing on a single value across multiple cases.

Replace the nested Conditions with a Switch on the Contracts row's Status column. Add a Default case to catch any future status the flow doesn't yet handle - silence on an unexpected value is the worst outcome.

이 연습은 강의의 일부입니다

Intermediate Power Automate

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작