Hello everybody,
I need help !
And I have a second datatable (dt2) with values that I have to remove from the master Datatable
Basically, I need to remove the list of “groupe marchandises” (dt2)  from the list of the Master Datatable (dt1).
I tryied with a lookup datatable activity, but not sure that it is the right activity to do so.
Can anyone help me out please ?
maybe @ppr  @Parth_Doshi  can help please ?
Thank again for taking time !
Regards
Najoua
             
            
              
            
           
          
            
              
                ppr  
              
                  
                    October 23, 2020,  4:47pm
                   
                  2 
               
             
            
              @najoua.abbaci 
Give a try on
Assign Activity
(From d in dt1.asenumerable
Expect some typos or wrong (.  ). As my Cellphone Tries to pair programming with me and Breaks the Code
IT should keep the row from dt1 when the Code is Not found on any row in dt2
Let US know If IT was working thanks
             
            
              1 Like 
            
            
           
          
            
            
              
Thank you very much it is working perfectly !!!
             
            
              
            
           
          
            
              
                system  
              
                  
                    October 26, 2020,  6:42pm
                   
                  4 
               
             
            
              This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.