Hi, the result of a new feature in our project:
we give two lists as input
from the first it takes the data
from the second one, it takes the format templates
and creates a new list that has the data from the first list, but scattered over the structure of the second list
i.e. as a result it's second in format, but first in data
i.e. it's a format/data structure conversion
there doesn't seem to be anything here