Intersect two list fields of users

I have a two LIST fields of type user (not a list of things!). How can I intersect two of such lists and find items which are the same in both?

List1 :Intersect with List2

Thanks it works I was intersecting lists in a wrong way before and I was stuck. It is as you wrote and as in documentation.

1 Like