I'm trying to setup a workflow where the input is a single VM.
From there, I have a Scriptable task that gets the VMs cluster name, and vcenter fqdn.
I'd like to provide that information to a "Invoke a Powershell script" that will then reach out to a rest API (currently a static IP) and pull back some information and stick it into an array.
Using that dynamically generated Array, I'd like to prompt the user again to select one item from the array i just generated.
I figured that if I bound inputs to different scriptable tasks, that would do it but it doesn't seem to work that way.
When I run my workflow, it asks me for all the inputs at once.
Is there a way to prompt for input multiple times ?
thank you to all the help so far. Really appreciate it.