Howto concatenate label_values from multiple variables

hi

say i have a custom template variable with the following “a,b,c”
i also have another query variable like: label_values(myMetric, varEnv) which results with labels “x,y,z”.

now, i want to have a single template variable which will have “a,b,c,x,y,z”.

is that possible?

thanks!