Forum Discussion
Jovi-365
Jul 17, 2023Copper Contributor
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...
- 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.
ganeshsanap
Jul 17, 2023MVP
Jovi-365 Try opening URL in this format in new browser tab:
https://<tenantName>.sharepoint.com/sites/<siteName>/Lists/Trade Requests
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.
- Jovi-365Jul 17, 2023Copper ContributorHello,
That brings me to a list of open service requests.
Website url changes to:
https://<tenantName>.sharepoint.com/sites/<siteName>/Lists/Trade Requests/Open Trade Requests.aspx- ganeshsanapJul 18, 2023MVP
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.
- Jovi-365Jul 18, 2023Copper Contributor
ganeshsanap
Thank you so much for that information Ganesh. I am in AllItems section in Sharepoint.
I navigated to Integrate -> PowerApps -> Customize forms, and this is what I get when I am in there:This is definitely starting to look like I am headed in the right direction. I just need to find that NewForm now. I appreciate all your responses friends!