Microsoft Power Platform App Maker — Question 51

A company has hundreds of warehouses. You are developing an app for the shipping department at the company.

The app must be able to provide the warehouse address for shipments.

You need to create the warehouse field on the app form.

Which field type should you use?

Answer options

Correct answer: C

Explanation

The correct answer is C, Lookup, because it allows the app to reference and retrieve warehouse addresses from a related database or table, ensuring accurate and dynamic data. Option A, Choice, and option D, Choices, do not provide the capability to link to a database for addresses, while option B, Text, would require manual entry, which is not ideal for an address field.