is there a way to pass a variable to the path mapper.
for example i use the path mapper to create a 2d list form a 1D list such as
{A;B}(i) -> {Floor(i/10)}
so that takes a basic list and gives me a tree with 10 items in each branch, but i want 10 to be a variable from another component
it would be great if i could just pass 2 strings so the path mapper would have 2 inputs A and B and i can then pass a custom string for each side of the map A -> B
Tags: