Forum Discussion
Rexter
Sep 15, 2025Brass Contributor
Concatenate columns in Sharepoint list with JSON?
I want to concatenate First and Last name columns in Sharepoint. I can easily do this in Excel and Access, but this function is not available in Sharepoint. Yes, I know about the Calculation Column, but it looks like more vaporware - more half-baked nonsense from Microsoft. It does not work. Is there a way to use JSON to achieve this?
1 Reply
- Rob_ElliottBronze Contributor
If your Firstname and Lastname columns are just simple single line of text columns you can format the Fullname single line of text column with the following JSON:
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json", "elmType": "div", "txtContent": "=[$Firstname] + ' ' + [$Lastname]" }
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, Power Platform, WSP Global (and classic 1967 Morris Traveller driver)