grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
134 stars 20 forks source link

Chained variables do not update properly #880

Open jcolladokuri opened 2 weeks ago

jcolladokuri commented 2 weeks ago

I have a set of chained variables:

They both load data as expected, however, whenever I change my Azure Monitor datasource, my subscription variable updates with the new values, but the selected value remains as the previous one:

Image

the part that I have blacked out is the UID of the originally selected subscription.

torkelo commented 2 weeks ago

Can you show the definition of your variables?