
Announcements
Hello,
I have created approval timesheet. So, whenever the manager clicks on the approved button the employee should get the email that your request has been approved. For that i used:
Office365Outlook.SendEmailV2(
"Gallery1_1.Selected.email",
"Timesheet Approved",
"Hello your timesheet has been approved.
Thank you
Regards,
User().fullname");
But i dont have email as a column in the list. I want to extract the email of the employee when the user is selected from the gallery (I also dont want to use PowerAutomate). I'm using Office365 users for extracting the employee information.
Thank you.
Hello,
This question is apparently not related to AI Builder. Please move it to another Power Apps forum.
(or maybe this can help?
First(Office365Users.SearchUser({searchTerm:Gallery1_1.Selected.AvailableInformation})).Mail) or
Gallery1_1.Selected.Mail)