This the table in which I want to implement Row-level security
and I am using this formula
[location] = LOOKUPVALUE([location],[login],USERPRINCIPALNAME())
But it was throwing an error
A table of multiple values was supplied where a single value was expected
How can I resolve