‎26-08-2025 08:48 PM
I know that we can use &CurrentUser via ERQL to match the Person(System) object of the logged in user.
However, I would like to be able to get the E-Mail field of the logged in user?
I tried - I can't use [CurrentUser].[E-mail].
is there a way?
‎28-08-2025 12:05 PM
Hi @BenAvdicevic , you have the e-mail in the result? I'm not aware of a way to extract attributes from queries in other ways.
Select [person (system)] where [name] = &"CurrentUser"