Forum Discussion

Jovi-365's avatar
Jovi-365
Copper Contributor
Jul 17, 2023
Solved

Cannot find Sharepoint list

Hello all, Thank you so much for taking your time to read this. I am somewhat experienced with SharePoint, but am in desperate need of some guidance on how to access a certain list in my company's...
  • ganeshsanap's avatar
    ganeshsanap
    Jul 18, 2023

    Jovi-365 Correct. This is your SharePoint list URL where you have Power Apps customized list form and where you must be storing the form data: 

     

    https://<tenantName>.sharepoint.com/sites/<siteName>/Lists/Trade Requests/Open Trade Requests.aspx

     

    Open Trade Requests is the name of your list view which is set as default view in your list.

     

    If you want to access all items/records in the list, you can try this URL:  

     

    https://<tenantName>.sharepoint.com/sites/<siteName>/Lists/Trade Requests/AllItems.aspx

     

    AllItems is the SharePoint default view created when you create a new list. It should be available for you unless someone else deleted it.

     

    If you want to set the All items view as default, open the respective view & follow steps in my answer at: How to set a view of a Microsoft List as the default view 

     

    Related documentation for list views: Create, change, or delete a view of a list or library 


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources