Value from 1 column to Populate New Null Column
Value from 1 column to Populate New Null Column
Link to test case: https://jsfiddle.net/BeerusDev/phncg5t7/76/
Hello,
So in myTable3, I have Name, Phone, and Extension. I want to be create a new column that is by default null, then pull from column 0, the Name column to populate that column.
What I want to do is since the "data" : "Name" name is a string, I want to grab the first letter of the first Name and Get the entire last name, then concatenate them together as well as concatenate that value to a @email.com so I can have an email field. This would be much simpler than populating 100s of emails to the list to then pull those.
Answers
See this example.
Kevin