Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Using the IN() with LIST() and SELECT()

IN(
    [E-mail Address], 
    LIST(
            SELECT(Linked Emails[Linked Email], USEREMAIL() = [Login User Email])
           )
   )

It only returns results for the first row it finds in the select statement and ignores any additional rows from the select results. Any thoughts on how I could make it work?

Thanks

Solved Solved
0 4 2,026
1 ACCEPTED SOLUTION

I realized after a good night sleep that it actually doesn’t return all email. It didn’t include the USEREMAIL() so I added it as a row and that fixed it. Thanks!

View solution in original post

4 REPLIES 4
Top Labels in this Space