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 / Returning text and val...
Power Automate
Answered

Returning text and value in an expression

(0) ShareShare
ReportReport
Posted on by 69

I have the following formula as an expression but trying to put a bullet point before the field is not working:

 

if(equals(triggerBody()?['cr2f5_otherserviceinterest'],''),'','• ' & triggerBody()?['cr2f5_otherserviceinterest'])
 
How can you return the field but also a bullet point at the beginning as text? Also, is there any way of adding a return at the end of the expression i.e. returning to a new line if the above value is false.
 
Basically trying to return values in a bullet point list based on selection but if nothing is selected, not have loads of blank rows. 
 
Many thanks in advance,
 
Alex
Categories:
I have the same question (0)
  • Verified answer
    v-zhos-msft Profile Picture
    Microsoft Employee on at

    Hi @Simmo86 ,

    I suggest you use the concat() function here.

    I have made a test on my side, please take a try with the following workaround:

    The expression is: 

    if(equals(empty(triggerBody()?['ProblemStatus']),bool(true)),'',concat('• ',triggerBody()?['ProblemStatus']))

    Capture.PNG

    Best Regards,

    Community Support Team _ Zhongys

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

  • Simmo86 Profile Picture
    69 on at
    Hi, thank you so much for this, what about adding a carriage return at the end of this formula? I.e. Starting a new line?

    Many thanks,

    Alex
  • v-zhos-msft Profile Picture
    Microsoft Employee on at

    Hi @Simmo86 ,

    I am afraid there is no function to add a carriage return in the expression.

    If you would like this feature to be added in Microsoft Flow, please submit an idea to Flow Ideas Forum:

    https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas

    Best Regards,

    Community Support Team _ Zhongys

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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 304

#2
David_MA Profile Picture

David_MA 245 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 243 Most Valuable Professional

Last 30 days Overall leaderboard