Considering I understood correctly, you could achieve what you want in a simpler way using the typical If-Else pattern for behaviour trees likeso in place of your top-right Selector node:
[attachment file=”IfElse.png”]
Please let me know if the above works for what you want to achieve.