Hi...
I have a table with lookups to the ystem user table in one environment called DEV and i want to migrate the data into TEST. Seems straightforward and i am using Dataflows.
When i map it is complaining that it cannot find the GUID in the system users table that has been migrated from DEV to TEST and the error is correct because if i look at David Smith (for example in DEV) the guid is different than what David Smith is in TEST.
I am using the power query tool. So I need to get the users name from the guid in DEV and then with the users name get the GUID in TEST and then 'patch that GUID into the power query row. So I can get the correct GUID in TEST to migrate.
Has anyone ever had this problem and how did you overcome it ?
This is the error i am getting in Dataflows :

I have read about the alternate key but how would that work if the GUIDS are different ? Or is this the purpose of them ?