web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Separate text in colum...
Power Automate
Unanswered

Separate text in column and copy to anoter column

(0) ShareShare
ReportReport
Posted on by

I have a column called Employee Name which has a first and last name (ex. Joe Smith) separated by a space.    I Need to pull out the first name and first two letters of the last name (joesm) and then copy it to another column.

 

I have tried the split, replace, text and several other functions and can't get it to work.  I have tried to get the data before the space and then the data after the space but it still fails.

 

Any help would be greatly appreciated.

 

Thank you!

 

 

Categories:
I have the same question (0)
  • Ventit Profile Picture
    422 on at

    I assume you do a get items if so add 2 compose actions after the Get items

     

    Use expression

    Compose1: add(indexof(Namefield,' '),1) - This gets count to the space between names

    Compose2: concat(substring(Namefield,0,Compose1),Substring(Namefield,Compose1,2)) - Adds the firstname and the gets the first two letters of surname and adds it

     

    You may need to tweak the counts slightly but should give you a start

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 308 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 171 Super User 2026 Season 2

#3
Haque Profile Picture

Haque 137 Super User 2026 Season 2

Last 30 days Overall leaderboard