VMware Cloud Community
orian
Hot Shot
Hot Shot

add more option to drop-down

Hi,

I created an action which returns list of strings

I created a xaas blueprint with a drop-down field which runs the created action.

Is it possible somehow, to let the user to write by himself a new string, if it is not  exist in the list?

Thanks!

Reply
0 Kudos
4 Replies
daphnissov
Immortal
Immortal

Not in that same drop-down list, no. The action only presents the options you've defined in the script.

Reply
0 Kudos
orian
Hot Shot
Hot Shot

Is there another way to accomplish this?

Reply
0 Kudos
Windspirit
Hot Shot
Hot Shot

Hi,

works quite fine.

What you do is:

  • create a new workflow
  • as input parameter you have an array/Stings
  • in the presentation you set the default value to the action you created
  • You create an new Xaas Blueprint with that new workflow (works for Blueprint and action...just read the wrong one)

and done

pastedImage_1.png

My action just return one,two,three. Enter a new value and press the +

----------------------------

vRO Cookbook 2nd Edition : VMware vRealize Orchestrator Cookbook - Second Edition | PACKT Books

Reply
0 Kudos
Vsure
Enthusiast
Enthusiast

I'm using vRA 7.5 with custom forms and having a hard time correlating the workflow solution.  Daniel, can you elaborate on your solution and does it work in vRA 7.5 Custom Forms?

Reply
0 Kudos