Microsoft Power Platform Functional Consultant — Question 66

You are using the Data import wizard to import records into the account table from a CSV file.
The CSV-to-table mapping is as follows:
✑ The Name column represents the account name and maps to the Account Name column.
✑ The Parent Name column represents the holding company of the account with subsidiaries underneath.
Records that are imported into the table are only related to other records in the file.
You need to configure the import to create the relationship between records.
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because mapping the Parent Name to the Parent Account column and using Account Name as the lookup criteria correctly establishes the relationship between accounts and their parent companies. Option B incorrectly suggests using Parent Account as the lookup criteria, while C fails to map Parent Name, and D complicates the process unnecessarily by requiring record IDs.