Forum Discussion

moomarine's avatar
moomarine
Helper II
6 years ago
Solved

Connecting to SharePoint Folder error

Hi   I am having trouble connecting to a SharePoint Folder, I have searched the forums/web and nothing is working for me.   I am the Site Collection Admin of the SharePoint site in question which...
  • moomarine's avatar
    moomarine
    6 years ago

    I eventually found a work around to the issue which works but isn't ideal.

     

    I had to do the following (hopefully this helps others with the same issue).

     

    1. Connect using SharePoint List to any list within the correct site. (using Windows credentials)

    2. In query editor manually change the source code

     

    from this:

     

    = SharePoint.Tables("https://isharenew.company.com/sites/example_site", [ApiVersion = 15])

     

    to this (red text):

     

    = SharePoint.Contents("https://isharenew.company.com/sites/example_site", [ApiVersion = 14])

     

    Then I just renamed the source from the original SharePoint list name I randomly selected in step 1 above to whatever I want it to be eg "SharePoint_Folder_1_Source"

     

    If anyone could explain why I needed to do this work around that would be great because I would rather not have to do it!!