ExamQuestions.com

Register
Login
Microsoft Power Platform Developer (PL-400) Exam Questions

Microsoft

Microsoft Power Platform Developer (PL-400)

63 / 130

Question 63:

You create a canvas app. On the first screen of the app, you put a Text input field (TextInput1) and a “Submit” button (Button1). You want to enable the “Submit” button when a user types a valid email address. Here is your formula: 
<pre class="brush:java;">If(IsMatch(TextInput1.Text, Email), Edit,Disabled).</pre>
Where should you put this code?

Answer options:

A.TextInput1.Fill
B.Button1.OnSelect
C.TextInput1.DisplayMode
D.App.OnStart
E.Button1.DisplayMode