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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Automate
Unanswered

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,185 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,185 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 538 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 405 Moderator

#3
abm abm Profile Picture

abm abm 252 Most Valuable Professional

Last 30 days Overall leaderboard