Logical Function

Dear Experts,
I was trying to create script to function below logical work.
As a brief description, there are 2 list input. List A and List B. I want to remove List B from List A and give output. How can i manage this? Thanks.

Capture.dyn (1.7 KB)

Hi @kvusal,

The node SetDifference is perfect for that :
Setdifference

1 Like

Yeap. Thanks a lot…