Hi All,
Problem: When someone fills out a new item in a SharePoint list, I send out an email with an update and want to format their name as Firstname,Lastname instead of Lastname,Firstname.
Is there a way to do this?
Thanks
Hi @Anonymous
Can you share more details? Are you referring to the created by field you can directly use the Created by Display Name and that would show the name appropriately. Else, you can split the string on ',' (Comma key) and then add the last part of the split first and the first part of the split after adding the last one and make it as First Name Last Name and then use concat to join the two.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
23 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
48 | |
29 | |
28 | |
25 | |
22 |