Forum Discussion
Caitlin_Knox
10 years agoAdvocate III
Using the SharePoint Folder connector
Trying to use this new connector that became available in the April update, but it doesn't seem to be working as expected. I have a site created, with 3 separate document libraries. I'm trying to con...
Llewbear
9 years agoAdvocate I
Caitlin_Knox I get the same error, have you managed to get past this error? Thanks!!
- Anonymous9 years agoNot applicable
I too am experiencing this error. Any word on a resolution?
- Llewbear9 years agoAdvocate I
Two things here
1. Create a SharePoint sub-site as the restrictions are different to the teamsite.
2. In Query Editor, use = SharePoint.Files("https://clientsite.sharepoint.com/", [ApiVersion = 14])
This seems to work.
If you struggle with SharePoint.Files, also try SharePoint.Contents
Let me know how it goes.