How to display nested list in a table

Hello guys, is there any possibility to have list under a list to display them all in a table? i mean for example i have this data:


and I want to have like this:

I mean I want to repeat the category for each product.

I tried list under list but it didnt work

@GregorJ @BlazJ

Hi @Momo,

It is possible to create a nested list by simply placing a list tagging element within another list tagging element.

Based on the sample data, you might not need a nested list. Instead, ensure the binding is set up correctly, as the product category serves as the parent of the product name.

Try that approach first.

1 Like

Hello Amir, thank you !
I tried your approach but i didnt get the expected data:


You see I got the product and the colors in the same cell for the categories that have multiple product.

th nested list give me only choice to select field TE from the product list only but the category list.

In fact what I need is to have for each product it’s entire line.

Thank you !

Hi @Momo,

Could you please send me your DDSP file to our support email?
I’ll take a look at it.

Hello @AmirO ,
this just a custom example to show what I need, for the real data I cant share for privacy constrient, if you have any example, maybe with the one I provided that will be cool. it’s just a list under a list,

@AmirO I sent you an email, thank you in, advance for your help

Hi @Momo,

I suggest listing all the products first and then going back to the parent to retrieve the category from it.

For example, you can use the following method (…) to navigate one node back:

Could you try that?

Do you have the template you used? Can you share it?
Thanks @AmirO

Yes it Worked thank you !