Forum Discussion
Geoffrey Estrade
Feb 15, 2018Copper Contributor
WebAPi Query Timeout
Hi everyone,
I'm using Get and Transform Data to get data from my webapi. If the amount of data is big and the job is hard, the webapi can take few minutes to response Excel. The problem is about 1...
- Feb 16, 2018
Ok I found a the solution. The first time I create the query, I can set the timeout in advanced settings window.
For an existing query, I can add the timeout with the advanced editor
Source = Json.Document(Web.Contents("http://172.17.8.102/swa/api/trendquery", [Timeout=#duration(0, 0, 5, 0)])),
Geoffrey Estrade
Feb 16, 2018Copper Contributor
Ok I found a the solution. The first time I create the query, I can set the timeout in advanced settings window.
For an existing query, I can add the timeout with the advanced editor
Source = Json.Document(Web.Contents("http://172.17.8.102/swa/api/trendquery", [Timeout=#duration(0, 0, 5, 0)])),