Should be really simple but on no sleep I’m struggling and can’t seem to find any other posts in the forum.
I have a list of users to display, in each “item” of the list I want to display user’s “Full Name” and user’s “PIN” to get a format like this
John Doe [123], Jane Doe [321]
I can get the full names simply but how can I append another field onto the end of this without treating the PIN as a new field and getting:
John Doe, 123, Jane Doe, 321