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 CONCATENATE

(0) ShareShare
ReportReport
Posted on by 296

Hello Community,


How can I separate the following results?


Example
76363534-192887Buzeta VU 50


It should be, to later create an html table
76363534-1 (There are some items that have 8 and 7 numbers before the hyphen)
92887
Buzeta VU 50

 

This is my flow

fgonzalez515_0-1646626844321.png

 

Categories:
I have the same question (0)
  • Verified answer
    Expiscornovus Profile Picture
    33,784 Most Valuable Professional on at

    Hi @fgonzalez515,

     

    You could add CRLF characters to the DTE value in your first Select action. You could use a concat function for that.

     

    Below is an example expression:

    concat(item()?['Rut'],decodeUriComponent('%0d%0a'), item()?['_x0023_DTE'],decodeUriComponent('%0d%0a'), item()?['Obra'])

     

    crlf_decodeuri_0d0a.png

  • anoroita Profile Picture
    12 on at
    concat(item()?['Rut'],decodeUriComponent('%0d%0a'), item()?['_x0023_DTE'],decodeUriComponent('%0d%0a'), item()?['Obra'])

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
Haque Profile Picture

Haque 308

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 226 Most Valuable Professional

Last 30 days Overall leaderboard