Tuesday
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?
Thursday
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"