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}])arvindyadav
8 years agoPost Partisan