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 Automate
Answered

split by first space

(0) ShareShare
ReportReport
Posted on by 22

Hallo, 

I have a String which looks like this: 16 Streetname 23

The number at the beginning can be random. So it can be 3, 5, 8, 22.....

So I just want to extract the part: Streetname 23

 

thanks for any kind of help

 

 

 

Categories:
I have the same question (0)
  • Verified answer
    tom_riha Profile Picture
    10,187 Most Valuable Professional on at

    Hello @MaxF ,

    you could split it by the space, then skip the first object, and join the rest again using spaces.

    join(skip(split(<string>, ' '),1), ' ')

     

  • miguelcas Profile Picture
    Microsoft Employee on at

    Hi @MaxF 

    Here is a way using expressions to get the string that you are looking for: 

    substring(variables('StringToSplit'),add(indexOf(variables('StringToSplit'),' '),1), sub(length(variables('StringToSplit')),add(indexOf(variables('StringToSplit'),' '),1)))

    I would recommend you to put this expressions into a compose action in order to get the string. This function will eliminate all characters before the first blank space from a string. in the function you need to replace the variables('StringToSplit') with your string as a variable, text or dynamic content. 

     

    If you want to learn more about expressions and functions here are some MS Docs to consider. 

    Reference guide for functions in expressions - Azure Logic Apps | Microsoft Docs

    Microsoft Flow - Expressions and how to use them - Power Platform Community

     

    Thank you for using Microsoft Power Platform Communities.
    Community Support Team - Miguel Castro.
    If this Post helps, then please consider Accept as solution to help the other members find it more quickly.

     

     

     

     

  • MaxF Profile Picture
    22 on at

    Hallo Tom,

     

    thanks, your solution works for me because of that i accept your answer. 

    The problem what have now, there was probably a display error in sharepoint where I want to store it,

    Because when I look in details the string looks like this: 16Streetname 3
    Because now it always returns me only the 3, which is correct according to your solution.
    Do you have a solution for this(16Streetname 3) scenario too?
    I still want only the string: Streetname 3
    The numbers can still be random. 1,2,10, 22...

  • tom_riha Profile Picture
    10,187 Most Valuable Professional on at

    Hello @MaxF ,

    since Power Automate doesn't support regular expression, I don't think it's doable. You could go character by character and check if it's a number, but that would be a terrible solution. Therefore, I don't have a solution for situations when there's no space.

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 605

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard