In a custom process where it creates new identity, need to send an email to new identity using personwantsorg table.

Hello All,

In IT shop user will raise a request using Employee creation form.

Then a custom process will run and it will create a new identity with input fields given by UID_PersonOrdered from IT shop.

So now next step in custom process will create an account system role for newly created employee using OUT parameters in custom process.
The parameter code (Value = "&OUT(InsertedKey)&") will actually takes the newly created UID_Person to assign system role.

Here we are facing an issue where "we need to send confirmation email to the newly created user using custom mail template".

In custom email template how can i call this newly created employee.(example: $DisplayPersonOrdered) it will written name of personordered.

Now how can i call this newly create employee displayname.