Forum Discussion
Error: Accepted Solution The Web.Page function requires Active Scripting to be enabled in Internet
I am trying to pull data from a sharepoint 2007 list as a Web Source. I am getting an error:
The Web.Page function requires Active Scripting to be enabled in Internet Explorer options. See https://go.microsoft.com/fwlink/?LinkId=506565 for details on how to enable Active Scripting
I alreday have Active Scripting enabled in IE so not sure what's causing this error. Anonymous suggested using web.contents() instead of web.page() in the query but that didnt help. Here is the code I am using:
let
Source = Web.Page(Web.Contents("URL HERE", [Timeout=#duration(0, 0, 30, 0)])),
Data4 = Source{4}[Data]
in
Data4how do modify this query using web.contents. Any idea what's causing this error?
Thanks
- Anonymous7 years ago
Limiting the no of rows on the list got rid of the error
2 Replies
- AnonymousNot applicable
Limiting the no of rows on the list got rid of the error
- v-chuncz-msftCommunity Support
Anonymous ,
Glad to hear that. You may just click "Accept as Solution" displayed left of the "Reply" button. Your contribution is highly appreciated.