How to extract components from split text column

I have a “name” field, and added a computed “split text” column. How can I extract the first component into a “first name” column and the last component into a “last name” column? Computed is fine. I just don’t see a way to do it.

Hola @David_Gabler

Since you have already split the name you could use a single value column set from the start 0 for the first name and another one set to 1 for the second one.

8 Likes

Would you look at that? Thank you so much! So easy… I always thought single was only useful for records in a list.

image

7 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.