Hi
First of all accept my apologies if this is a very basic question. I am setting up a work flow to deploy virtual machines. Depending on the environment, i want to have some default values filled with different values.
The presentation has a first step to choose the destination environment, which can be development, production, etc
I am trying to fill the host / datastore / resource pool values in the presentation based on the environment selection.
I am having a hard time to find examples or documentation on how to do this. I have seen that there are ways to show/hide parameter inputs with #variablename < value for instance, but i can't tell how to apply this to a default value
The idea would be
VC:HostSystem:
Select value as tree
Predefined list of elements: If Env = Dev, get hosts from certain datacenter, If env = prod, get hosts from certain datacenter.
Thanks