DataTree Selection Rule {0;?}

I am trying to select all branches that start with 0.
I am following the Rules from here.

When I put {0;?} in a panel and plug it into Path, it seems to work fine.
When I put the Panel or Path into TreeBranch, it fails to convert Text to Path.

What am I missing?

1 Like

They work slightly differently.

Tree branch is nice because you can just use a quick 0,0 to get {0;0}.

1 Like

Tree Branch only accepts genuine paths; that is actual integers in the path notation. Split Tree accepts the notation with wildcards.

Thank you,

That makes more sense. I knew there was something simple that I was missing with this component.