I’d like to use the data grid element for a user interaction. The data grid should use an action as external source. There is a description in the vRA documentation on how to use the data grid element (https://docs.vmware.com/en/vRealize-Automation/8.0/Using-and-Managing-Service-Broker/GUID-5A7110FE-A453-4759-9B49-9BCD1EF87C25.html)
But I can't get it to work because it doesn’t find any actions. What I tried so far is this.
Create simple action which returns an array of properties.
Create a workflow with an output variable of type Array/Properties.
Place a user interaction on the schema and link it to the output variable.
On the user interaction tab set the columns matching the output of the action and try to select the action under external source. It is not returning any actions for selection.
It this even supposed to work in vRO alone or is this a bug or am I doing something wrong?