-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
Component/s: Container - Rules, Trigger - Other
-
Severity 3 - Minor
Issue Summary
An error appears when saving a cloned rule containing conditions in the trigger from the source rule.
Steps to Reproduce
- Create a rule.
- Add conditions to the trigger.
- Clone it.
- Try to save.
Expected Results
The rule should be saved without errors.
Actual Results
The following exception is thrown in the requests:
{
"errorMessage": null,
"message": null,
"warningMessages": [],
"errorMessages": [
"An unknown error occurred. Please reload and try again."
],
"errors": {},
"status": 400
}
On the UI:
![]()
Workaround
Remove the conditions from the trigger and save the rule. Add the conditions again after saving the rule.
- duplicates
-
AUTO-1928 Copying an automation rule with a condition block inside the trigger results in an error
-
- Closed
-