Comparing 2 lists without intersect?

Hi guys,

I’m using a Do Search and Advanced: but can’t figure out how to check listA with listB and tell me if all objects of listA is in listB (yes or no). I can’t use intersect as listA-B never have the same contents. List A can contain > 20 items. There’s 3 posts with no answers.

Thanks.
@JohnMark

TIPS: I’m using a primitive COUNT to validate if the number of items are equal.

Does contains list not work for this?

... contains list ...
Returns yes if the first list contains all the entries from the second list.
2 Likes

Thanks @louisadekoya

1 Like

It is not exactly what we think. :wink: