Forum Discussion
Formula.Firewall error; calling a web api get's error when used in a table with append other tables.
- Anonymous7 years ago
Hi,
I've fixed the issue by using the Relative path option.
My function now looks likes this:
= (coding as text) =>
let
Bron = Json.Document(Web.Contents("https://geocoder.api.here.com/6.2?app_id=xxxxxxxxxx&app_code=xxxxxxx", [RelativePath="geocode.json", Query=[searchtext="coding"]]))
in
Bron
I hope this helps other people that run into the same problem :)
Hi Anonymous ,
I'm afraid that you'd better show the sample code which could reproduce your scenario so that we could help further on it.
In addition, ImkeF and MarcelBeug may have other ideas.
Best Regards,
Cherry
Hi,
I've fixed the issue by using the Relative path option.
My function now looks likes this:
= (coding as text) =>
let
Bron = Json.Document(Web.Contents("https://geocoder.api.here.com/6.2?app_id=xxxxxxxxxx&app_code=xxxxxxx", [RelativePath="geocode.json", Query=[searchtext="coding"]]))
in
Bron
I hope this helps other people that run into the same problem :)