PL-900 · Question #232
PL-900 Question #232: Real Exam Question with Answer & Explanation
The correct answer is A. formula. In Power Apps canvas apps, a formula (using Power Fx) is used to dynamically set control properties like Fill color based on user input. You would set the Fill property of the input control to a conditional formula such as: If(Value(TextInput.Text) >= 2 && Value(TextInput.Text) <
Question
Options
- Aformula
- Bgallery
- Cconnector
- Dcalculated column
Explanation
In Power Apps canvas apps, a formula (using Power Fx) is used to dynamically set control properties like Fill color based on user input. You would set the Fill property of the input control to a conditional formula such as: If(Value(TextInput.Text) >= 2 && Value(TextInput.Text) <= 4, Green, Red). This evaluates the entered value at runtime and applies the appropriate color. A gallery displays collections of records, a connector integrates external data sources, and a calculated column is a Dataverse/Excel concept for deriving values in a table, none of which control UI styling dynamically.
Topics
Community Discussion
No community discussion yet for this question.