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?