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.