VMware Cloud Community
hdo0917
Enthusiast
Enthusiast
Jump to solution

XaaS blueprint does not send any data from vRA to vRO for certain data type

Hi,

I'm trying to implement a feature in the XaaS blueprint form, the requirement is to have user add additional disk when request a new VM, the ASD blueprint allows it in form of a table:

ASD_UI.PNG

I created a vRO workflows that contains a parameter with a Array of Properties type (for drive letter -> size). When I design the XaaS form, it shows up as a Map type on vRA and the UI shows as a table like this:

XaaS_UI.PNG

When I run the blueprint, I added couple items into the table and submit the request, but the vRO workflow does not receive any data for that field (Drive Sizes), other inputs are fine.

Have anybody runs into this problem before, and how to make it works?

If the vRA Map (or Properties in vRO) data transfer to vRO is not supported, do you have any suggestion for my requirements?

Thanks

Reply
0 Kudos
1 Solution

Accepted Solutions
SeanKohler
Expert
Expert
Jump to solution

Works fine for me...

propsXaaS.jpg

propsXaaS2.jpg

propsXaaS3.jpg

View solution in original post

2 Replies
SeanKohler
Expert
Expert
Jump to solution

Works fine for me...

propsXaaS.jpg

propsXaaS2.jpg

propsXaaS3.jpg

hdo0917
Enthusiast
Enthusiast
Jump to solution

Found out the problem: I specified the input param as Array of Properties, as a matter of fact any data type that is Array on vRO will get nothing back from vRA. When I change to Properties, it works fine. Thanks.

Reply
0 Kudos