Hi All,
I am trying to send the email from the sharepoint by using the firstname only from group or persons column.
Let's say the fullname is John Smith.
Atm, in the email header it's showing like this:
I would like showing as below:
The column name called "Assign To"
The code looks like this:
It looks simple but I can't crack it for few days.
Any help would be appreciated, Thank you...
I am trying to send the email from the sharepoint by using the firstname only from group or persons column.
Let's say the fullname is John Smith.
Atm, in the email header it's showing like this:
Code:
Dear Smith, John,
Task has been assigned for you
I would like showing as below:
Code:
Dear John,
Task has been assigned for you
The column name called "Assign To"
The code looks like this:
Code:
Dear [%Current Item:Assign To%],
It looks simple but I can't crack it for few days.
Any help would be appreciated, Thank you...