Forum Discussion
nwrong
9 years agoHelper I
Sharepoint Folder Get data from Sharepoint SubSite
I want to get a list of files and their metadata within a sharepoint subsite. I am able to use the sharepoint folder connector to access file metadata to the ParentSite, but subsites do not work. ...
v-qiuyu-msft
9 years agoCommunity Support
Hi nwrong,
Based on my test in desktop version 2.46.4732.721 64-bit (May 2017), it's able to get data from SharePoint online subsite, which is one team site. See:
In your scenario, please run the same desktop version as ours. Check what's the site type of that subsite. You can check site type follow this: How to see what site template is used in SharePoint Online (Office 365).
Best Regards,
Qiuyun Yu
nwrong
9 years agoHelper I
This is the value for the Site Template
var g_wsaSiteTemplateId = 'STS#0';
I am using the same Desktop version and still unable to get the data from that particular the subsite.