Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • How can I add this column to another site? I already have the column on site A and I want to add on site B. Commented Jan 15, 2019 at 10:18
  • If you want to add lookup field to new site, we can use Add-PnPFieldFromXml to achieve it. Commented Jan 16, 2019 at 1:19
  • I tried but is not receiving the values from the list, as you can see here: sharepoint.stackexchange.com/questions/255795/… Commented Jan 16, 2019 at 14:19
  • You need add lookup list in another site, and then add lookup field to list in this site. Commented Jan 17, 2019 at 1:35