In a claims topic, after collecting Topic.ClaimAmount (number), you must route amounts over 10,000 to a supervisor escalation branch. Which approach is correct?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Condition nodes are the if/else of topics — Power Fx compares ClaimAmount to 10000 and picks the supervisor path when it's higher. Messages that ask users to self-route are not controls.
Full explanation below image
Full Explanation
Conditional branching uses Condition nodes with Power Fx expressions over variables.
Option A is correct.
Option B is not deterministic business routing.
Option C misuses environment variables.
Option D falsifies data.
Exam tip: Know basic Power Fx comparisons in conditions (>, And, Or, =).