Skip to main content

Notifications

Power Automate - General Discussion
Answered

Extra Line on my Output

(0) ShareShare
ReportReport
Posted on by

Hi all,

 

I am new to Flow and I am working on a flow that will automatically send the invation to an event to anyone signing up for it.

When I get the event subject from the body, the output has an extra line. And when filtering the calendar with the signup email, it won't see it because of the extra line.

There is a picture so it is easier to understand.

Extra line.PNG

See there is an extra line after "Techtips: Teams - Session 4"

 

How do I get rid of it?

 

Best

  • Re: Extra Line on my Output

    Thank you! both of them worked!

  • Verified answer
    v-litu-msft Profile Picture
    v-litu-msft on at
    Re: Extra Line on my Output

    Hi @Anonymous,

     

    Or you can use the replace() function to remove the extra line, use the blank instead of it:

    replace(outputs('Compose'),decodeUriComponent('%0A'),'')

    Annotation 2019-10-09 131622.png

    Run result:Annotation 2019-10-09 131915.png

     

     

    Best Regards,
    Community Support Team _ Lin Tu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • RezaDorrani Profile Picture
    RezaDorrani 12,141 on at
    Re: Extra Line on my Output

    @Anonymous 

     

    Use expressions here as well 🙂

     

    split(dynamiccontentvalue, decodeUriComponent('%0A'))?[0]
    dynamiccontentvalue - replace this with your dynamic content value which has the actual data
     
    --------------------------------------------------------------------------------
    If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,580

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,909

Leaderboard