Forum Discussion
Robin Güldenpfennig
Apr 02, 2017Brass Contributor
SharePoint Framework SPFx - change site collection scope
Hi folks, I'm trying to access a List from a different site collection (in this case the MySite of the user). Currently I do it like this with PnP JS Core: let web = new Web(webUrl);
web.lis...
Naveen Jangir
Dec 20, 2017Copper Contributor
Robin Güldenpfennig - Did you ever find solution? i am running in same scenario and trying to figure out how can i change the context to access MySite in my SPFx webpart