I have created an email template on User object as below:
Hello,
A user registered successfully with below details:
First Name: {!User.FirstName}
Last Name: {!User.LastName}
Email address: {!User.Email}
Thanks
I am fetching the above email template inside flow and using core send email action trying to send an email alert. Below is setting in flow send email action:
This is a record triggered flow on user object. When I edit or create an user I want to send an email alert with information as first name, last name and email of the edited or created user.
What is happening right now is it takes the first name, last name and email information of logged in user who is editing or creating user record. Is there any ways I can make this work to send information of the user which is being edited or newly created via email?

