-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Instead of "${Journeys:text}" you could use "${Journeys:csv}" Are also more variable formats https://grafana.com/docs/grafana/latest/dashboards/variables/variable-syntax/ |
Beta Was this translation helpful? Give feedback.
-
I was trying to figure this out as well. I have a variable called "stacks", and I'm creating a repeating panel based on that variable (with the variable set to "all"). Inside of each repeating panel, I was able to get the value of the variable for that panel from here: |
Beta Was this translation helpful? Give feedback.
-
Apologies @ZuperZee, I missed your additional response from April 27 until today. I just changed to use the htmlGraphics.props.replaceVariables() function to obtain the value and that works perfectly. Thank you! |
Beta Was this translation helpful? Give feedback.
Ah. My bad, didn't notice you were using rows. I haven't really documented this anywhere, but you can use
htmlGraphics.props.replaceVariables
instead ofgetTemplateSrv().replace()
. I will try to update the docs soon.Entire JSON Model for the dashboard: