I am trying to use the Search box within VRA and it wants to map to an Entity type. From what i can tell the best way to do that is via the dynamic types.
I'ved used the workflows to setup the dynamic type and had it create the workflows to query, which are obviously blank.
The output object is listed as Array/DynamicTypes:myNS.name
Since really all i need to pass over is an array of strings i didnt screw with any custom properties (not sure if they are manditory or not?)
I attempted to do something simple like this
resultsObjs = ['a','b']
which if i run that and check the return, the array size is correct but the values are nil which im guessing is it handing its inability to cast that correctly.
I've looked at all the SDK docs i could find and very few mention much about dynamic types and all of the blog posts i've found so far pretty old and based on the community (beta) dynamic type package which has apparently changed since release since none of those directions really line up right.
Any assistance would be greatlly appreciated