Forum Discussion

mrw2828's avatar
mrw2828
Copper Contributor
Nov 04, 2022
Solved

Best way to link to a list view?

Hello all,   I created a list with a number of filtered views. I'd like to have a URL for each of those views that I can share. I'd thought the URL listed in the "Web address of this view" field of...
  • AlexFDJ's avatar
    AlexFDJ
    Nov 05, 2022
    Interesting. So, the new view you created automatically redirects to the Allitems.aspx (All items view) when updating the URL, from my last reply to your view name?

    Another option to try is navigate to your list and select the view you want to gather the URL for. In the browser URL, it will contain an allitems.aspx?viewid=[ID NUMBER]. This allows the view to change to that specific view and bypass your allitems.aspx view.

    Or... navigate to list settings and copy the URL of the view name and paste into notepad. You will see within the URL a VIEW=%7B7[view ID]%7D. This will be the view ID and you can update your URL to https://[domain].sharepoint.com/Lists/[name of list]/allitems.aspx?viewid=[ID NUMBER]

Resources