Replies: 1 comment
-
I am also having the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As part of a migration from sharepoint 2013 to sharepoint online, I would like to keep the Author/Editor information present in sharepoint 2013 for "history".
Some of these users do not exist in sharepoint online and azure active directory.
Is it possible to create or update a person column (Author/Editor or other column) using a user that does not exist.
When I try to do the Set-PnpListItem command, I get an error telling me that the user does not exist (which seems normal).
I tried the sharegate migration tool which does this, it keeps the user names in the columns (the users are not present in the Get-PnPUser list) but they are displayed in text format (you can't click on them to show information of user).
I want to reproduce this behavior with the pnp library, in order to be able to fill a column of type person with a string that acts as a username
Beta Was this translation helpful? Give feedback.
All reactions