Please delete this duplicate post. Other post in Orchestrator community has been provided an answer by me here: Re: Schedule Task X days (or hours) after workflow started
Assumming you have already retrieved a Virtual Machine object and assigned the object a variable name of "vm", the following code in an action or Scriptable task will retrieve the guest IP addr...
See more...
Assumming you have already retrieved a Virtual Machine object and assigned the object a variable name of "vm", the following code in an action or Scriptable task will retrieve the guest IP address: var guestIP = vm.guest.ipAddress; You can then return the guestIP variable as your output from that workflow/action. Visit me at for vCenter Orchestrator tips and tutorials