Recent missing Structured Navigaton on a Modern SharePoint site

Copper Contributor

Structured navigation on a modern SharePoint page does not show the recent folder. Recent.JPG

It does show up under classic view.  Our ultimate goal is to get all lists and libraries to show up on the quick launch in modern view with any manual effort. Any thoughts?

4 Replies

@Brian Thomas 

I would use SharePoint PowerShell PnP to create all your lists/libraries using the New-PnPList cmdlet, with the `-OnQuickLaunch` switch to show them. That's the minimal effort if you have a lot to create.

I can give that a try but that's not going to help the average user whow wants better navigation using modern view.

@Veronique Lengelle 

@Brian Thomas 

When you create a new list / library via the UI, it's asking you if you want to show in the navigation (quick launch), and if you want to re-order, then click on edit and Move Up or Down. 

PowerShell is for bulk actions if you want to create multiple lists / libraries all at once.

 

Or are you asking something else?

The quick launch is not showing the navigation in the modern UI.

@Veronique Lengelle