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.