Forum Discussion
seba
Helper II
5 years agoScheduled refresh fails
Hi All! I am running the following query: Source = Json.Document(Web.Contents(“https://jira-rest.app.name.com/jira/rest/api/latest/search?jql=filtername)) And getting the following error...
lbendlin
Super User
5 years agoWeb.Contents()
please check your code spelling and punctuation.
seba
Helper II
5 years agoAbsolutely, my bad when typing from one screen to another, the code syntax is correct, something else (power bi change?) is the problem:
Source = Json.Document(Web.Contents(“https://jira-rest.app.name.com/jira/rest/api/latest/search?jql=filtername))
- Anonymous4 years agoNot applicable
Hi seba,
I had the same issue with a the jira search api rest. I didn't find the root cause but I fixed it thanks to the workaround detailed in this article. Chris Webb explains how to use the optional parameters of the Web.Contents function to have a successfull dataset refresh. Hope it will help you too.