Forum Discussion
kroman
1 year agoHelper II
Getting 'One or more table references a dynamic Data Source' even with Web.Contents with Relativepat
Hi All I have a simple query where trying to get a site url from one item in SP list and then get files list from that site, by following code: let
Source0 = Json.Document(Web.Contents("https:...
lbendlin
1 year agoSuper User
No need to use Web.Contents for SharePoint lists. Use the Standard SharePoint List connector.
- kroman1 year agoHelper II
And how is that supose to sort the problem?
- lbendlin1 year agoSuper User
You will have a static Site URL that will satisfy the "dynamic data source monster". All the dynamic stuff can then happen as if you were using RelativePath.
- kroman1 year agoHelper II
Its giving the same error, I started with trying to do it with Standard SharePoint List connector and thats why I tried to do it with Web.Contents