PL-200 Exam QuestionsBrowse all questions from this exam

PL-200 Exam - Question 43


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?

Show Answer
Correct Answer: AD

To correctly create the relationship between records in the data import, you should map the Parent Name in the CSV file to the Parent Account column and select Account Name as the lookup criteria. This approach ensures that each record can properly reference its parent record based on the account name, aligning with the provided mapping details and maintaining relational integrity within the imported data.

Discussion

17 comments
Sign in to comment
NyanneOption: A
Sep 23, 2022

Answer provided seems incorrect. I choose option A. A. Map Parent Name in the CSV file to the Parent Account column. Select Account Name as the lookup criteria. Run through this in the system and see the steps match exactly. The important difference between Option A and B is the last step. "Select Account Name as the lookup criteria." This is where you select the column 'Account name' on the Account table, which is referenced via the Parent Account lookup.

Zmajica
Sep 25, 2022

Relation Parent Account : Account is 1:N or Account:Parent Account 1:N I think that lookup criteria should be Parent Account. I would choose option B

Nyanne
Sep 29, 2022

Its not about the relationship, its about the column name on the Parent Account, which is 'Account name'.

OldHand1Option: A
Sep 29, 2022

It has to be A, because the records in the file ONLY relate to other records in the file, so how could you look up the ID? It won't have one if its not in the system.

charles879987Option: A
Apr 24, 2023

This is self-referential mapping. https://learn.microsoft.com/en-us/power-apps/maker/data-platform/define-query-hierarchical-data

Ceddy
Jul 4, 2023

Everyone in here has a different answer...

ktyOption: A
Jul 19, 2023

The Parent Name column in the CSV file represents the parent account of the account being imported. The Parent Account column in the account table is a lookup field, which means that it can reference another record in the account table. When you import the data, you need to map the Parent Name column in the CSV file to the Parent Account column in the account table. The lookup criteria for the Parent Account column should be the Account Name column. This will ensure that the parent account is correctly linked to the child account.

wsjones
Aug 3, 2023

on the test - 8/1/2023

MSDev23
Aug 3, 2023

Which is the right answer? Please!!

CalebXinOption: A
Mar 28, 2023

https://learn.microsoft.com/en-us/power-apps/developer/data-platform/create-data-maps-for-import

KindumOption: A
Sep 6, 2023

The answer is A not D Please publisher Explain this confusing

SuchiSOption: B
Sep 7, 2023

B should be correct answer. When we use the Import Wizard, it maps the Account Name to Account Name. And Parent name to Parent Name (Lookup) field

ttien
Sep 21, 2023

on exam 20/9/2023

Jeremy92
Oct 15, 2023

In exam 15-10-23

MarshallrfOption: A
Nov 9, 2023

On exam 09/11/2023 I choose A 620 my score

solidshagOption: A
Feb 7, 2024

No discussion needed

MrEz
Feb 13, 2024

if the child has the same name as the parent, then you will have a problem if you don't use the guid? guid is saver?!

RominaTOption: A
Mar 4, 2024

Correct answer: A. When you select the mapping column (Parent Account) you have to select which is the lookup mapping criteria which is Account Name because it's the name of the holding account

rockyozOption: A
Apr 19, 2024

It is A, just export a table and import by youself

5f14337Option: A
Jul 17, 2024

A. Correct