cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there way to get Email of the CurrentUser via ERQL ?

BenAvdicevic
Honored Contributor

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?

1 Reply

LMeden
MEGA Partner
MEGA Partner

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" 

LMeden_0-1756375441320.png