"Action is not supported based on the current state. Reason: 400 BAD_REQUEST "920002: invoked action completed with error. Error Action '{ActionName}' in module '{ModuleName}' failed : TypeError: Cannot read property "name" from null
The issue occurs when you you have “submit”: false in the custom form for read-only fields
},
“submit”: false,
“signpostPosition”: “right-middle”
}
To resolve the issue:
1. Navigate to Service Broker -> Content & policies -> Content open and export the related form
2. Remove the “submit”: false value or change it to “submit”: true
3. Import again the new form
The external actions will not execute in vRealize Automation custom forms if they contain read-only fields with “submit”: false property set in the custom form