PL-100 · Question #50
Case Study 1 - Wide World Importers Background Overview Wide World Importers is an importer and supplier of fair trade, handmade home goods to independent retailers in North America. The company has…
The correct answer is C. Add a condition that evaluates the risk value by using a dynamic content variable. To evaluate a risk value dynamically within a Power Automate flow and branch logic based on it, the correct action is to add a Condition control that references the risk value using a dynamic content variable (choice C). Conditions in Power Automate allow you to evaluate…
Question
Options
- AAdd a parallel branch that uses the value of a dynamic content variable
- BAdd a number functions action that evaluates the risk value by using a static variable to determine
- CAdd a condition that evaluates the risk value by using a dynamic content variable
- DAdd a data operation action that evaluates a dynamic content variable
How the community answered
(53 responses)- A9% (5)
- B6% (3)
- C83% (44)
- D2% (1)
Explanation
To evaluate a risk value dynamically within a Power Automate flow and branch logic based on it, the correct action is to add a Condition control that references the risk value using a dynamic content variable (choice C). Conditions in Power Automate allow you to evaluate expressions like 'risk value is greater than 5' using outputs from previous steps as dynamic content, then route the flow down a Yes or No path accordingly. Choice A (parallel branch) is used to run actions simultaneously, not for conditional evaluation. Choice B (number functions with static variable) uses hardcoded values and lacks flexibility. Choice D (data operation) transforms data rather than evaluating conditions for branching logic.
Topics
Community Discussion
No community discussion yet for this question.