PL-400 Exam QuestionsBrowse all questions from this exam

PL-400 Exam - Question 203


You are creating a canvas app for a bank. Consumers will enter information into the app when they apply for a loan.

The input form for the app must display fields to prompt the consumer for their first name, last name, address, and the requested loan amount.

Immediately after a consumer enters a value for the LoanAmount field, the background color for the column must change. The background color for the column must change to red if a consumer enters a value of more than $5,000 and must turn green for values less than or equal to $5,000.

You need to implement the required behavior.

Which option should you use?

Show Answer
Correct Answer: D

In a canvas app, you can implement conditional formatting using formulas. By adding a formula to the LoanAmount field, you can dynamically change the background color based on the value entered. This approach allows you to set specific rules, such as turning the background red for amounts greater than $5,000 and green for amounts less than or equal to $5,000.

Discussion

3 comments
Sign in to comment
Alehn96
Jun 11, 2024

it's correct for my, because is about a canvas app.

Juan0414Option: D
Mar 5, 2025

I guess they mean to adding a formula to the LoanAmount control's properties (Fill could be the case)

itmaxuserOption: D
Apr 14, 2025

The correct answer is: D. Add a formula to the LoanAmount field. ✅ Here's why: In a Canvas app, to change the background color of a control based on its value, you use a formula in the control’s Fill property. Since you want the background color of the LoanAmount field to change immediately after the user enters a value, a formula gives you that real-time, responsive behavior.