Pass the current data and return a Map of field value changes that affect other fields.
Request
Body Params application/jsonRequired
{
"eventParams": {
"property1": "string",
"property2": "string"
},
"sourceModel": "string",
"sourceRowId": null,
"triggerId": 0
}
Request Code Samples
curl --location --request POST '/automation/onchange' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventParams": {
"property1": "string",
"property2": "string"
},
"sourceModel": "string",
"sourceRowId": null,
"triggerId": 0
}'
Responses
{
"code": 0,
"data": true,
"message": "string",
"success": true
}
Modified at 2026-03-02 03:08:55