Forum Discussion

gancw1's avatar
gancw1
Resolver II
2 years ago
Solved

Possible to load Sharepoint list using Sharepoint.Contents( ) ?

I know Shrepoint.Tables( ) connector is usually used to load a Sharepoint list. However, is it possible to load a list using Sharepoint.Contents( ) connector ? When I navigate to the desired list u...
  • johnsonmicks's avatar
    2 years ago

    No, you cannot directly load a SharePoint list using SharePoint.Contents() in Power Query. SharePoint.Contents() is used to access the contents of a SharePoint site, such as document libraries and folders, but to specifically access a SharePoint list, you should use SharePoint.Lists() instead. This function allows you to retrieve data from a specific SharePoint list, making it more suitable for working with list data directly.