Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Stopping multiple API calls on same records from Power Query

I have a column that calls an API that converts IP addresses to a countries and cities. To achieve that, I use the Json.Documents(Web.Contents(url, [IsRetry = false])) method to get the response back...