-
Re: US State Map - vary color by a dimension?
I'm not sure if you can do it with one of the existing chart types. But you could do it with a blank brick. In this example, I'm cheating and using a translation of longitude and latitude to plot the…2 -
Re: Google Ads Connector - Weird Campaign Dates?
It's not an issue in with your dimension. The December 30, 2037 end date in Google Ads often indicates that no end date has been explicitly set for the campaign in Google Ads. Google Ads assigns this…1 -
Re: JSON Dynamic Body
Given your use case, where you need to handle a POST request with a dynamic body and interact with third-party services, you might want to explore a couple of alternatives: External Server Proxy: Set…1 -
Re: JSON Dynamic Body
The requests library is a popular choice for making API calls in Python, and it’s what I would typically use in most environments. However, when working within Domo's Python script task, the standard…1 -
Re: How can I efficiently identify specific columns in a large dataset using Domo’s AI/ML tools?
Whew. That's a bunch of columns. Whether you do it through Domo's AI or externally….you can feed AI a list of column names and ask it the question. It may have a limit on how many you can give it at …1