VMware Cloud Community
onboard
Enthusiast
Enthusiast
Jump to solution

vRA 8.2 Multi-value picker with day-2 operation

Hi,

I am trying to make a day-2 operation to add users to a AD Security Group created as a Custom Ressource. Im a using the built-in workflow "Add users to group members" and it works when I use the Datagrid option under Request Parameters (adding the users my self), but when I change to Multi Value Picker and cannot seem to get it to show any data.

Using value picker element in the vRealize Automation Service Broker custom form designer (vmware.co... - from docs.vmware.com gives the follow info about return of the action saying it has to be an array of properties (example below):

var res = [];
res.push(new Properties({label: 'lab1'}));
res.push(new Properties({label: 'lab2'}));
res.push(new Properties({label: 'lab3'}));
return res;

Does anyone know if it possible to make this work and if the action can return a list of users that the end user can choose between?

onboard_0-1613672425584.pngonboard_1-1613672473501.png

Thanks it advance

Christian

 

Reply
0 Kudos
1 Solution

Accepted Solutions
AllanKjaer
Enthusiast
Enthusiast
Jump to solution

This is easy to do in version 8.3. I have published this blog with a solution.

 

https://www.virtual-allan.com/vmware-vra-8-3-and-multi-value-picker/

View solution in original post

1 Reply
AllanKjaer
Enthusiast
Enthusiast
Jump to solution

This is easy to do in version 8.3. I have published this blog with a solution.

 

https://www.virtual-allan.com/vmware-vra-8-3-and-multi-value-picker/