Hi
I'm using pnp for creating a Quicklinks-app when provisioning a modern page. But can't figure out how to set the properties and add links to the app by code. Using C#.
The app get added to the page but says "We didn't find anything to show here."
I've tried to set the props the same way I set the twitter apps props but doesn't work.
JObject json = JObject.Parse(linkComp.Properties.ToString());
json["items"] = @"https://www.microsoft.com";