hi bubleres
i would like to know how would u iterate a list inside the list.
i mean i have a list of experience and each experience has a list of task one did.
i am trying to build a pdf using pdf conjurer where i start iterating over experience and at one point i want to iterate over that particual experience’s tasks.
i am unable to find a way when list shifter experience starts iterating i want to iterate inside current iteration item to get current iteration item’s task and iterate through it
any idea?