HOTSPOT - You are developing a Power Platform solution. You plan to add three buttons to a form. The buttons have the following requirements: You need to complete each button's action. Which commands should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Â Suggested Answer: Box 1: Now() only. The Now function returns the current date and time as a date/time value. Box 2: Switch() or IF() If and Switch functions in Power Apps determines whether any condition in a set is true (If) or the result of a formula matches any value in a set (Switch) and then returns a result or executes an action. Box 3: isMatch( TextInput1.Text,"emergency",Contains & IgnoreCase ) Example: IsMatch( TextInput1.Text, "hello", Contains & IgnoreCase ) Tests whether the user's input contains the word "hello" (case insensitive). Reference: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-if This question is in PL-400 Microsoft Power Platform Developer Exam For getting Microsoft Certified: Power Platform Developer 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