I am querying a table that contains date information. I would like to have an aggregation that can report back the most recent date, or the results in a set range.
Hi @Ebitner, this might be a dumb question, but is this something that you can’t achieve by using a query to sort by most recent, adding another query parameter w/ app inputs to filter by desired dates, and limiting the return limit to 1?