I used the expression "[Email User] = USEREMA...

I used the expression “[Email User] = USEREMAIL ()” in the security filter, but I was presented with an error saying that the expression should only use physical columns in a table, how to solve it?

The “User Email” column is registering the current user who is using the application

0 3 364
3 REPLIES 3

You should use normal column instead of virtual column with the Security Filter. You can do that if you add a formula USEREMAIL() as an intial value into your record.

Yes, it works, thank you.@Aleksi_Alkio

You’re welcome

Top Labels in this Space