I have a Query Based Dropdown List that uses a query with a global parameter and a parent query that shares the same global param. I’d like the dropdown query to refresh as appropriate (both when it’s global param changes, and if you refresh the parent query).

Initial load:

Note that I don’t actually want to have the FILTER_CampaignID query on the dashboard. It was just there illustrating that the results were changing correctly, but not updating in the dropdown list.

This was asked about in the following comment in the original PR:

Thanks for your consideration.

After changing global param and refreshing:

The “Query Based Dropdown” doesn’t support parameters.

Isn’t that why it’s posted here as a feature request?