Delete items from a list

I have a process in which I have a list with facility numbers {“323201”,“157847”,“2604750”} in a variable type list and another list with facilities excluded {“157847”,“2604750”} in a variable typearray. I need to delete from my first list, the excluded installations.

How can I do it?

grafik

List1Var.Except(ArrayVar2).toList

1 Like

Hello @Marisa_Ontiveros1
refer to this thread, you may get some idea.

Works!!! Thanks a lot

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.