I'm on Aria Automation 8.10. I have a Custom Property Group with 3 properties. I use all 3 in the Custom Naming Template, but the Custom Naming template appears to only pick up the first property and keeps the default value of the other 2. Has anyone experienced this? Is there a solution to why it's not updating?
I have assigned the properties to resource properties of the Cloud.Machine and see that those get the correct updated inputted valued.
Damion Terrell . + (He/Him) + . * . + @ + . * . + .
Core IT Service Specialist * . + * . + . + . + * +
UNM – IT Platforms – VIS + . . . . . . . . .
. + . + * . + * .
* . . + . . . . + . + * + .
“You learn the job of the person above you, * + . + * @
and you teach your job to the person below you..” . * +
So I was hoping someone had some input on this issue.
I had property group of CN where it was set to 3 strings of
Previously I set the template YAML to:
Where name was the shortened letter designation for what OS the template was [W or L]
And then the Custom Naming Template for machine was set to
${project.name}${resource.name}${input.CN.APP}${input.CN.B_FUNC}${input.CN.C_ENVT}${##}
For some reason, only the updated input taken was the input.CN.APP. The other two, regardless of what I updated them to, was stuck at the default.
To fix this, I modified
And set the Custom Naming template for Machine to
${project.name}${resource.name}${##}
This has since fixed the updated input values for all 3 custom property groups from not getting added to the custom name.
But now the last issue, where APP is just a string, the B_FUNC is a list of enumerated pairs. In vRA 7, we were able to update the string to something beyond the enumerated values if desired. But in vRA 8 / Aria Automation 8, we are stuck with the enumerated values for the Function designation. Thoughts?
Damion Terrell . + (He/Him) + . * . + @ + . * . + .
Core IT Service Specialist * . + * . + . + . + * +
UNM – IT Platforms – VIS + . . . . . . . . .
. + . + * . + * .
* . . + . . . . + . + * + .
“You learn the job of the person above you, * + . + * @
and you teach your job to the person below you..” . * +
Hi there.
Passing dynamic values to a custom naming template works better if you are reading custom property values from a machine resource on your Cloud Template or from custom properties defined on a Project. Try passing your input parameters to custom properties in the Cloud Template YAML.
Go to the project and use the variable ${resource.name}