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 / remove last line break...
Power Automate
Answered

remove last line break from a string output

(1) ShareShare
ReportReport
Posted on by 45

I have a string builder which builds a string with next line (line break). Need help in removing the last line break from a string output.

 From below example, need to remove "\n" just after File Server Access:

 

"1. FNPF eMail/OWA\n2. LiveLink/Content Server\n3. Photo Enquiry\n4. Internet Access\n5. File Server Access\n"

MoshinK786_0-1716611633060.png

 

 

Categories:
I have the same question (0)
  • Verified answer
    SanmeshG Profile Picture
    1,947 Moderator on at

    Hi @MoshinK786 ,

     

    Use the trim function to remove the additional white spaces or new lines.

    trim(outputs('Compose'))

    Here outputs('Compose') is the input action.

     

    If this helps , give this answer a thumbs up and marks this as a solution.

     

    Thanks,

    Sanmesh

  • DJ_Jamba Profile Picture
    2,837 Moderator on at

    Hi @MoshinK786 

    Try:

    if(
     equals(
     substring(YOUR_STRING,sub(length(YOUR_STRING),2),2),
     '\n'
     ),
     substring(YOUR_STRING,0,sub(length(YOUR_STRING),2)),
     YOUR_STRING
    )

     

    (Replace YOUR_STRING with your variable or compose output)

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 976

#2
Valantis Profile Picture

Valantis 863

#3
Haque Profile Picture

Haque 547

Last 30 days Overall leaderboard