开始使用免费开始使用

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.

本练习是课程的一部分

Intermediate Power Automate

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习