Path Mapper List Divide

I'm trying to reorganize a list of values in a tree using the path mapper. I've attached an image showing what I'd like to do and I can't figure out the target output!

Any help would be great!

test.JPG

  • up

    Danny Boyes

    I think this is what you are after:

    {A;B;C}(i) --> {A;B;C;i\2}

    note "\" is backslah divide or integer divide

    2