im attempting to execute a Service Blueprint that has a form field that is an array of strings. Im trying to execute the service blueprint from vRO using the vRA plugin workflow "Request a catalog item". When attempting to pass an array/string object the workflow fails with the error:
Cannot compute a Literal for [Ljava.lang.Object;@14ea25f4 (Dynamic Script Module name : requestCatalogItemOnBehalfOf#11)
When passing a string as just a single value or a comma separated value, i see the values in the request in the GUI but nothing is ever passed to vRO...