pega support

how to concatenate first name ,middle name and last name for my application and the result should be displayed as fullname.

Hi @PHANITHAY ,

Create Declare Expression rule on the full name :

Value of = .FirstName + " " + .MiddleName" " + .LastName

Thank you so much @KamineniSurya