I have a situation where I need to pass in 4 date parameters into an API. FromMonth, FromYear, ToMonth and ToYear. However the JSON No Code connector allows for only one date parameter, be it single value or a range. That covers 2 of the 4 parameters I need. It would be useful if the JSON No Code Connector supported multiple date parameters.
As a workaround, I used a magicETL to calculate the date values into a dataset and then I configured the JSON connector to read those values from the dataset. But it just seems rather messy to need to create an ETL and a dataset just to calculate dates that are just adding more clutter to our domo instance.