Dashboard groupname as variable

is it possible to use the dashboard group name as variable?
as i am a lazy programmer i would love to copy paste some dashboard text fields to another dashboard group and use them for different records.

to be more clear, the idea i have is that the dashboard text input node also sends something like:
msg.tab = tab name of node
msg.group = group name were node is
msg.label = label of the node
msg.name = name of the node

so i can do a flow set like button + group for example

thanks

Sorry but no you can’t. You can use an environment variable if you like but that is read once at deploy time and isn’t dynamic.

clear, thanks!

Hi, dceejay, how can i use environment variable to define dashboard node group?
I have small subflow that includes a few dashboard nodes, now i want to create several instances of that subflow so it's dashboard elements will be associated with different dashboard groups by the setup up environmental variable.

Thanks.