@Eduard Lebedyuk is correct (yeah, he's always correct 😁), you can't use a variable for the target in a business rule.
You can do this in a custom BP (COS or Python) or a BPL-based BP, though. The BPL <call> action specifically supports a context variable as a destination:
.png)
The variable would be assigned the name of the BH to send to prior to invoking the call.
- Log in to post comments
.png)