Microsoft Power Platform Solution Architect — Question 26

You are designing a new Microsoft Power Platform solution for a wedding organizer company.

The company uses a third-party application and plans to migrate the data into Microsoft Dataverse for the new solution. The third-party application has an API that can be connected to programmatically for data migration purposes.

You need to migrate the unique IDs belonging to the records from the third-party application.

Which two Microsoft Dataverse column types should you use to store this information?

Each correct answer presents a complete solution.

Answer options

Correct answer: A, D

Explanation

The correct answers are A (Plain Text) and D (Unique Identifier) because both can efficiently store unique IDs. Plain Text can hold alphanumeric strings, while Unique Identifier is specifically designed for unique values, making them suitable for this purpose. The other options, such as Text Area, Float, Rich Text, and Lookup, do not appropriately fit the requirement for storing unique IDs.