Within an XaaS form, using a Dual List element, is there a way to populate BOTH sides of the list object? I can call an external action that returns an array of strings which populates the selectable options, but have not found a way to pre-populate the right side.
I'm trying to create an XaaS form where we control selectable options in another part of vRA. Ideally, I'd have a Dual List with the available non-already-granted options in the left side, with the right side populated with the values they already have access to.
The other (ugly) method would be two different Dual List elements; an "add these" and a separate "remove these" dual list, and process the results as such. Hoping I can just use a single object, prepopualted with both sides as mentioned, and then parse the submitted results and act accordingly