Is there a simple way to display a list of Fullnames from contents of FirstName and Last Name fields?

I feel as though I’ve missed something obvious here so apologies if this is too simple…
I’ve got a DataType for “Contacts” that contains a FirstName and LastName fields.
I have a Repeating Group that displays a list Contacts based on a search criteria.
I now want to display the Full Names of the selected Contacts in a text box but this is where I’m having difficulty because, say I choose 3 Contacts, their names display as Joe, Ross, Chandler Tribiani, Geller, Bing rather than Joey Tribiani, Ross Geller, Chandler Bing.
Is there a way to do this? I’ve exhausted everything I can think of plus searched the manual and forum and haven’t found a straightforward way of doing this…if there is one, I’d love to know it.
Many thanks.

Here’s a screenshot that pulls the first and last names out of a Custom State that’s stored on my Repeating Group
Screen Shot 2022-03-24 at 11.44.54

This is what it results in (to the left of the “Buy” button in the screenshot) which isn’t ideal.
Screen Shot 2022-03-24 at 11.46.43

If anyone can suggest a way forward, I’d be very grateful.
All the best
Joe

‘format as text’ is what you need…

In the text box just refer to the list of contacts RepeatingGroup TblContacts's SelectedRecipQBContact: format as text

Then for each list item set the content to show to this contact's first name this contact's last name

Oh wow! That’s phenomenal. So simple and yet I didn’t know it existed…(maybe I did but I’d forgotten about that). This works perfectly and is so hugely helpful. Thank you so much!
Have a lovely day!

Yes it does really solve the problem !!! Thanks a lot