PL-200 · Question #301
Case Study 3 - Bellows College Background Bellows College is a post-secondary school that wants to start a football team. The college uses Microsoft Power Platform to manage its recruiting efforts…
The correct answer is C. expression. To calculate a value such as 'Age at Registration' based on other fields, an expression is necessary to define the mathematical or date-based logic.
Question
Options
- Aswitch
- Bdynamic content
- Cexpression
- Dcondition
How the community answered
(27 responses)- A7% (2)
- B15% (4)
- C74% (20)
- D4% (1)
Why each option
To calculate a value such as 'Age at Registration' based on other fields, an expression is necessary to define the mathematical or date-based logic.
A switch control is used for multi-branch conditional logic, selecting one path from several options, not for defining a numerical calculation itself.
Dynamic content refers to the outputs of previous steps in a flow, which can be used within expressions, but it is not the mechanism for defining the calculation logic.
An expression is used in Dataverse calculated fields or Power Automate to define the specific formula or logic required to derive a value, such as calculating age from a birthdate and the current date. It allows for mathematical operations, date functions, and other data manipulations.
A condition is used for binary (if/else) branching logic, evaluating a true/false statement, not for defining a mathematical or date calculation.
Concept tested: Power Platform expressions for calculations
Source: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-formulas-text-numbers-dates
Topics
Community Discussion
No community discussion yet for this question.