HOTSPOT - A company is building a Power Apps app to track key project tasks. Users assign tasks a risk status on a scale of 0 to 100 by using a slider input control named RiskStatus on the app. The highest risks use the risk status value of 100. For each task, the user selects a button named RiskLevel to send the name of the task and RiskStatus number to key project stakeholders. The color of the button must change to the color listed in the following table based on the value of the RiskStatus control. The default color for the button is green.You need to configure the solution to change the color of the RiskLevel button. How should you configure the app? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area:
 Suggested Answer:
Box 1: On the RiskLevel button. On the RiskLevel button fill property. Box 2: Risklevel.Fill = RiskStatus.Value > 75 ? Red : Green; Most every type of control in a Power App, has a Fill property, for the fill color. Reference: https://wonderlaura.com/2020/07/23/power-apps-gallery-conditional-formatting/ This question is in PL-100 Microsoft Power Platform App Maker Exam For getting Microsoft Certified: Power Platform App Maker Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer