Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - General Discussion
Answered

Microsoft Teams: Unordered list markdown in "Post a message as the Flow bot to a user" action block

(0) ShareShare
ReportReport
Posted on by 14,756

Hi all

I have tried to apply markdown to show as an unordered list an array when using "Post a message as the Flow bot to a user".

The markup in working fine for the first item of the array, but not for the others

Any suggestions?

Please note adding a 'new line' is a valid workaround

Also note in the example flow I have show just three items in an array, but in my real flow I am using variable length array, taking an output from another action block

 

Thanks!

Flow_Teams_MarkDown_Bot2User.png

  • Verified answer
    nshurkaev_aras Profile Picture
    9 on at
    Re: Microsoft Teams: Unordered list markdown in "Post a message as the Flow bot to a user" action block

    What helped me to split line into multiple lines in a message from the action "Post a message as the Flow bot to a user" is to use sequence {Whitespace}{Whitespace}{Enter}. A had an input line in form "Text1<br/>Text2<br/>Text3" and needed to display that as three lines in the message, sent by Flow bot to a user.

     

    To do that I introduced a variable newLineCodeForFlowMessage and initialized that with text

     

    (Two white spaces with Enter in the end)

     

    and then used expression

    replace(variables('textualDescription'), '<br/>', variables('newLineCodeForFlowMessage'))

    I guess I can do the same, but to use the code to join items in your input array

  • efialttes Profile Picture
    14,756 on at
    Re: Microsoft Teams: Unordered list markdown in "Post a message as the Flow bot to a user" action block

    Barry

    First of all, thanks for your fast response.

    I followed your suggestion, and get in bold the whole array list, but all array items are displayed in the same line, and what I am looking for is for each array item to be displayed in its own line 😞

    So reading the link you provided (thanx!), I have also tried to copy paste the table example, but it seems it is not even recognised as Markup Language. I am using Google Chrome.

    Flow_Teams_markdown_suggestion.png

    Can you reproduce this table issue on your side?

    Any new suggesting is welcome. If not, I will move from posting to a user to "posting to a channel"

    Thanxs again!

  • v-bacao-msft Profile Picture
    on at
    Re: Microsoft Teams: Unordered list markdown in "Post a message as the Flow bot to a user" action block

    Hi @efialttes ,

     

    Please try this:

    10.PNG

    Please check this link and see if it helps:

    https://docs.microsoft.com/en-us/flow/approvals-markdown-support#emphasis-bold-italics-strikethrough

     

    Best Regards,

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1