I am attempting to import data from a CSV to a table that contains a LOOKUP column to a Microsoft Entra ID table.
I have tried using the "Display Name", "User Principle Name" (email) and "ID" fields and all fail with "The lookup reference could not be found".
Is there something else I have to do to make this work?
For my tests I just have a default Name column and a Project Manager field (Lookup to Microsoft Entra ID)
My Import file has two matching columns saved in CSV format from Excel.
The user I am trying to import is myself so I know everything about the user.
The mapping is recognised during import.
Thanks