You are creating a canvas app to enable users to order tickets. You create an input field for users to input the number of tickets to order. Users must order a maximum of four tickets and a minimum of two tickets. If a user enters a number except 2, 3, or 4, the input field must display in red. If a user enters the numbers 2, 3, or 4, the…

QuestionsCategory: PL-900You are creating a canvas app to enable users to order tickets. You create an input field for users to input the number of tickets to order. Users must order a maximum of four tickets and a minimum of two tickets. If a user enters a number except 2, 3, or 4, the input field must display in red. If a user enters the numbers 2, 3, or 4, the…
Admin Staff asked 7 months ago
You are creating a canvas app to enable users to order tickets. You create an input field for users to input the number of tickets to order.
Users must order a maximum of four tickets and a minimum of two tickets. If a user enters a number except 2, 3, or 4, the input field must display in red. If a user enters the numbers 2, 3, or 4, the input field must display in green.
You need to color the input field based on the user input.
What should you use?

A. formula

B. gallery

C. connector

D. calculated column








 

Suggested Answer: A

For example, we can use the PowerFX IsNumeric to validate field value as Numeric or not.
In the text property of the label provide the below formula.
If(IsNumeric(TextInput1.Text),ג€Validג€,ג€Invalidג€)
Reference:
https://softchief.com/2021/12/22/check-field-value-numeric-in-power-apps-canvas-apps/

This question is in PL-900 Microsoft Power Platform Fundamentals Exam
For getting Microsoft Certified: Power Platform Fundamentals 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.

Next Post

Recommended

Welcome Back!

Login to your account below

Create New Account!

Fill the forms below to register

Retrieve your password

Please enter your username or email address to reset your password.