Hi folks,
I've added a person type column to my form and when the person is selected from the Outlook directory, I want to display their first name and last name in a separate text input field.
Out of the box, I can display the selected person's DisplayName by (cmbEmployeeName.Selected.DisplayName), but this reads (in our organisation) as: LastName, First Name + Initials + Region such as Parker, Peter PP [ATL].
Is there a way that I display it instead as Peter Parker?
Thanks!