Primary Views (Show If)

Hi, I am having issue with this expression. In this “Assigned Verifer” column, there is a couple of other people’s email. And I would like this view to be viewed by them but apparently, there is some error that occurs. May I know how could I resolve this? And what are other alternatives that I could do to make this view to be viewed by some specific people only?

Solved Solved
0 2 179
1 ACCEPTED SOLUTION

Please try with in expression something like

IN (USEREMAIL(), TableName[Assigned Verifier])

View solution in original post

2 REPLIES 2

Please try with in expression something like

IN (USEREMAIL(), TableName[Assigned Verifier])

Thank You

Top Labels in this Space