ExamQuestions.com

Register
Login
Microsoft Power Platform Functional Consultant (PL-200) Exam Questions

Microsoft

Microsoft Power Platform Functional Consultant (PL-200)

98 / 130

Question 98:

You create a canvas app screen Screen1. You add a TextInput control (named TextInputFld) and a Button (named ButtonAdd). You set the TextInput field Default property to empty. 
You need to be sure that when a user enters the text in TextInputFld and clicks the ButtonAdd, the app would store the input and clears the TextInput field for the new entry. 
What function should you use to clear the TextInputFld?

Answer options:

A.TextInputFld.Clear
B.Reset(Screen1)
C.Reload(TextInputFld)
D.Reset(TextInputFld)
E.Clear(TextInputFld)