ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 176 - PL-400 discussion

Report
Export

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.


Question 176
Correct answer: Question 176

Explanation:

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

asked 05/10/2024
Dilara Unsal
30 questions
User
0 comments
Sorted by

Leave a comment first