Forum Discussion
arvindyadav
8 years agoPost Partisan
[DataSource.Error] Web.Contents failed to get contents from link not found
Hi Team, When I pooled my excel sheet from onedrive files by using loop then I got an error like [DataSource.Error] Web.Contents failed to get contents from 'https://azureneebal-my.sharepoint.c...
SergeyLossev
8 years agoFrequent Visitor
Url you request is unavailable
Add ManualStatusHandling to Web.Contents function. There should be a description on your error
Like this
Web.Contents(YOUR_URL, [ManualStatusHandling={400..499}])- arvindyadav8 years agoPost Partisan
- sassy01121 year agoFrequent Visitor
I know this is way late, but I came across your suggestion while experiencing the same issue. It allowed me to see the exact error it was encountering, which helped me tremendously. I was chasing my tail before this. Thank you!