This may not be possible at all, but thought I'd ask.
I'm creating a workflow that will allow the user to change the memory and/or CPU count for a VM. The VM can reside on one of two vCenters under predefined folders. The first thing the user does is selects which vCenter the VM resides. Based on this selection, the form calls an action that retrieves all of the VMs on the vCenter from the predefined folder on that vCenter. It then populates a drop-down on the form with a list of the VMs. Next thing the user will do is select the new memory and/or CPU count for the VM. What I want to do is make the default values for the memory and CPU count dynamic based on the VM that is currently selected in the drop-down list. However, this value comes from the action call earlier - IOW, the values are dynamically updated themselves. Is there a way this can be achieved?