Hello, Assume this structure: Parent Playbook has a reference to Child
Playbook in one of it's steps.The Child Playbook has a "connector"
action (in this case, Active Directory v2.4.0)The connector action is
set as "agent" and is performing some look<!-- --><!-- -->...
Thanks for the response snikam. I'm failing to properly communicate the
issue. I'm aware you can't directly reference child variables in parent
playbook. I do indeed attempt to "pass" results back up to the parent
via a "set vars" last step in the ch<!-- -->...