-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Condition - Advanced Compare
-
None
-
Severity 2 - Major
Issue Summary
If you create a variable as an action in an automation, using advanced branching won't work properly in the rule.
Steps to Reproduce
- Create the rule
- In the action part of the rule, set to create a variable
- Use an advanced branching, to perform other actions, such as using the split() function
Expected Results
The actions from the Advanced Branching should work properly.
Actual Results
The advanced branching doesn't work properly, and for example, the split() function will only return the last value.
Workaround
As a workaround, remove all create variable actions from the rule and access the smart value directly (rather than creating a variable for it).