Perhaps evaluating conditions based on static values (such as the sender of an email message) doesn't provide the granularity or flexibility that a flow requires. In that case, you can also use expressions in a condition.
You've already seen examples using expressions as part of dynamic content, such as using formatDateTime() and utcNow() in Chapter 4, Copying Files. In that example, expressions were used to help generate the value for the folder name to store an expense report.
You can also use expressions or functions as part of a condition.
Conditions that perform more than one evaluation are commonly referred to as advanced conditions. You can simply use the +Add button, and continue adding criteria. When adding multiple criteria to evaluate, there are two core operators available: AND and OR. Selecting AND will require all conditions to evaluate as true in order for the control to evaluate as true. Selecting OR will only require...