MultiPropsVariables in 12.4.2 via query

Hi,

[Grafana Community] [Grafana 12.4.2] [Infinity Plugin 3.8.0]

In multiprops variables announcement there was a mention that the variables can be created via infinity plugin. I bumped my Grafana instance to 12.4.2 and tried the new variables via infinity but it didn’t work:
config:

preview:

(It seems that it takes the first column and the first only).

And refering to ${query0.aws} also doesn’t work, so it’s not just the preview issue. For custom query variable type it works as expected:

As for the feature toggles, I’ve enabled multiPropsVariables - do I lack something?

hello @dawiddebowski
i follow the document and steps , work for me.



Can you share the config - Grafana version, helm chart version (if installed like that)? Is this community version? Also how do you feature toggles look like?




no i am not using helm chart.
i implement on selfhosted grafana-enterprises versoin.

Ok, after upgrading the inifnity plugin version, I needed to also restart the pod with Grafana (I guess if you’re outside k8s, you’d need to restart the service) and only then it loaded the new version. Thanks for the help!