Forum Discussion
MrDeg
5 years agoFrequent Visitor
This dataset includes a dynamic data source. using Sharepoint.Tables
Hi, I created a Report that extract data from multiple Sharepoint sites and Lists. In order to avoid to create manually a quantity of tables to append, I created a function that loop over some ta...
lbendlin
5 years agoSuper User
You are mixing up terminology.
A site is identified by the value after /teams/ or /sites/ and is the starting point of the connector.
A subsite is being tacked on to the site and cannot be directly connected to.
A list is a piece of content in a site.
You may need to precreate all site connections.
- MrDeg5 years agoFrequent Visitor
thank you for you fast reply.
Yes sure, I'm completely aware of what is a Site, Subsite and list.
Just to be sure that I'm understanding correctly:
When you say "You may need to precreate all site connections" what do you mean exactly?
the only way I know to create a connection is to create a table for each single list instance, and this is exactly what i tried to avoid with the function above.
thank you in advance for your patience.