Branch the flow on contract value
Drumlin's standard renewals (under $100k) are routed to the responsible partner. High-value renewals (over $100k) need to escalate to Yuki, the managing partner. Theo adds a Condition action inside the Apply to Each to branch on contract value.
Watch out: numeric columns sometimes surface as strings in dynamic content. A Condition comparing '250000.00' (string) to 100000 (number) will silently take the wrong branch. Wrap the value with int() or float() to be safe.
이 연습은 강의의 일부입니다
