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 / Split the strings on t...
Power Automate
Unanswered

Split the strings on the same cell to different colums

(0) ShareShare
ReportReport
Posted on by

Is there any way to split this strings into the create file? I wanted the SampleId to H only (e.g. "1036H") and others in different columns.

 

 

lkylerl0228_4-1687507414209.png

 

Untitled.png

 

Untitled.png
Categories:
I have the same question (0)
  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at

    @lkylerl0228  within apply to each action, you can add Compose action with below expression to split

    split(items('Apply_to_each'),' ')

    This will give you array of words that are split by space, then you can use indexer as follows to get the value of first word, second word and so on

    outputs('Compose')[0]
    outputs('Compose')[1]
    outputs('Compose')[2]

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 250 Super User 2026 Season 1

#2
Expiscornovus Profile Picture

Expiscornovus 222 Most Valuable Professional

#3
Haque Profile Picture

Haque 174

Last 30 days Overall leaderboard