Momo  
                
                  
                    November 29, 2024,  6:09pm
                   
                  1 
               
             
            
              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 
             
            
              
            
           
          
            
              
                AmirO  
                
                  
                    December 2, 2024,  7:42am
                   
                  2 
               
             
            
              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 
            
            
           
          
            
              
                Momo  
                
                  
                    December 2, 2024, 10:18am
                   
                  3 
               
             
            
              Hello Amir, thank you !
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 !
             
            
              
            
           
          
            
              
                AmirO  
              
                  
                    December 2, 2024, 10:47am
                   
                  4 
               
             
            
              Hi @Momo ,
Could you please send me your DDSP file to our support email?
             
            
              
            
           
          
            
              
                Momo  
              
                  
                    December 2, 2024, 11:53am
                   
                  5 
               
             
            
              Hello @AmirO  ,
             
            
              
            
           
          
            
              
                Momo  
              
                  
                    December 2, 2024, 12:55pm
                   
                  6 
               
             
            
              @AmirO  I sent you an email, thank you in, advance for your help
             
            
              
            
           
          
            
              
                AmirO  
                
                  
                    December 2, 2024,  1:11pm
                   
                  7 
               
             
            
              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?
             
            
              
            
           
          
            
              
                Momo  
              
                  
                    December 3, 2024,  1:26pm
                   
                  8 
               
             
            
              Do you have the template you used? Can you share it?@AmirO 
             
            
              
            
           
          
            
              
                Momo  
              
                  
                    December 3, 2024,  1:44pm
                   
                  9 
               
             
            
              Yes it Worked thank you !