-
Bug
-
Resolution: Unresolved
-
Low
-
1
-
Severity 3 - Minor
-
Issue Summary
Changing label attribute causes Automation rule to print the value twice:
When Name is set as label:
When other attribute is set as label:
Steps to Reproduce
- Create a schema and add an object type to that schema.
- Add a Text type attribute say 'Attribute' of the object type and create an object.
- Create an Automation rule with Object updated trigger and add Log action to print the values of object's attributes: {{object.Name}} and {{object.Attribute}}
- Set the newly created attribute as label.
- Run the rule by updating the attribute value.
Expected Results
The old label attribute value should be shown in the log.
Actual Results
The value is the same as the new label attribute.
Workaround
Currently there is no known workaround for this behaviour. A workaround will be added here when available