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

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