Is it possible to have dynamic name? I want to set variable value at runtime and the variable name will be known only at runtime. For example variable name can be something like name of the group + something?
For example:
Variable - GRP1_last_updated, GRP2_last_updated, ...
Then if I run job from GRP1 I want to set GRP1_last_updated variable and use it in the entire job. If I move that job to GRP2 then it would automatically use GRP2_... variables.