Replies: 1 comment
-
I have seen that it's possible to do it with Set-PnPField: pnp/PnP-Sites-Core#2502 But for this command, there is no -Folder handler, which sometimes is crucial. |
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.
-
Hi
When using
Set-PnPDefaultColumnValues -List "Listname" -Field "Fieldname" -Value "ID;#Title" -Folder "FolderName"
it works fine with people field, which is of the type lookup.But when trying to do the same with a normal lookupfield i get the error:
Is normal lookupfield just not supported, but people field are?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions