Security Filter causes records not to load

Hi,

I tried adding this security filter in my table to limit the view of who sees what....

LOOKUP(USEREMAIL(), "UserMaster", "xEmailAdd", "Role") = "HR Admin"

This always causes appsheet to get stuck in this screen

kenz188188_0-1715053013158.png

 

0 1 52
1 REPLY 1

Try this IN(LOOKUP(USEREMAIL(),"UserMaster", "xEmailAdd", "Role"),LIST( "HR Admin"))

Top Labels in this Space