Microsoft Power Platform App Maker — Question 65

You are developing a canvas app to monitor time. The app includes a Text Input control named TIC1 and a Timer control named TIM1.

You need to set TIM1 to a default value.

What should you do?

Answer options

Correct answer: D

Explanation

The correct answer is D because assigning the Text property of TIC1 to the Duration property of TIM1 effectively sets the default duration for the timer. The other options are incorrect as they do not directly set a default value for the timer's duration and instead relate to different properties that do not achieve the desired outcome.