test:
type: string
title: Test Action
$dynamicEnum: /data/vro-actions/com.vmware.repro/EnumRepro
Value 'value 1' is not in list of valid values ["label", "value", "label", "value", "label", "value", "label", "value", "label", "value"]
To workaround the issue Add one property to each Properties object whose key is the value. For example:
new Properties({value: 'test', 'test': '', label: 'test'})
var result = []; result.push(new Properties({value: '21806002', '21806002': '', label: 'master'})); result.push(new Properties({value: '21770918', '21770918': '', label: '8.12.1'})); result.push(new Properties({value: '21803318', '21803318': '', label: '8.12.0'})); return result;