List of Links in Approval

Today I had a look at the option to use Markdown in Approval tasks. All the basic information can be found in the documentation, Use Markdown in Microsoft Flow approval requests.

I was trying to include links in my approval task.

MarkDown links

Table of Contents

The simple syntax for this is something like this:

[Link Text](Link URL)

 

Approval Links

Can I user the above to create multiple links like this:

 

List of Links in Approval

 

The Flow

In my flow I’m now getting all the files from a library using the get files action. Nothing complicated about that bit.

The next bit however is nicer. First we need to create a variable called Document Links. Then within an Apply to each step we add a link to the text variable.

The flow with multiple links

Then finally we can use the text variable to list all the documents in the approval action.

 

Avatar for Pieter Veenstra

By Pieter Veenstra

Business Applications Microsoft MVP working as the Head of Power Platform at Vantage 365. You can contact me using contact@sharepains.com

6 thoughts on “Using Markdown in Microsoft Flow approval actions”
  1. Hello,

    I have the feeling that the markdown does not work anymore as previously. Maybe something has been changed in Power Automate approvals?

      1. Indeed this is working fine. But the links with markdown with variables (as show in your article) are not working as expected. Have you also experienced this?

      2. I just tried the following code:


        # test
        ## test
        0. item 1
        0. item 2
        [@{outputs('Compose_2')}](@{outputs('Compose')})

        And the url appeared properly. For me the Compose_2 was holding the description of the hyperlink and the Compose action was holding the url.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from SharePains by Microsoft MVP Pieter Veenstra

Subscribe now to keep reading and get access to the full archive.

Continue reading