UiPath App - retreive user email

Hi all,

Is it possible to get the email address from a user using an UiPath app? My app should send for example an email to the user to acknowledge what they filled in the app.

I use CurrentUser.DisplayName to get the name, but sometimes parsing it to an email with for example + “@company.net” does not work to get the corresponding email.

Thx Fabian

CurrentUser.Email was tried?

@fabian.molleman,

Apps cannot send an email. Follow this thread for more details:

Thanks,
Ashok :slight_smile:

Thank you Peter! Is there some documentation available for those definitions? (I have very limited VB experience, more python etc)

have a look here:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.