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 / I want clickable Hyper...
Power Automate
Suggested Answer

I want clickable Hyperlink in My Excel

(0) ShareShare
ReportReport
Posted on by 4
Hello,
below is a screen shot of a Power Automate flow, that get items form SharePoint list, and send it as an excel file as attachment via email.
i would like to make the "Titel" to be clickable Hyperlink, so the receiver can click on it and see the item details in SharePoint.
 
i tried below function in "Select", but it is not working with "Http Request "
 
concat(
  '=HYPERLINK("',
  item()?['{Link}'],
  '","',
  item()?['Title'],
  '")'
)
 
 
2.jpg
1.jpg

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

Categories:
I have the same question (0)
  • Suggested answer
    Youssef_Arouay Profile Picture
    200 on at

    Hi,

    Try using the SharePoint item URL manually like this instead:

    concat(
      '=HYPERLINK("https://YOURTENANT.sharepoint.com/sites/YOURSITE/Lists/YOURLIST/DispForm.aspx?ID=',
      string(item()?['ID']),
      '","',
      item()?['Title'],
      '")'
    )
  • chiaraalina Profile Picture
    2,023 Super User 2026 Season 1 on at
    Hi 
     
    Why are you using the Office 365 Users Connector to update the Excel? Does it work with your select and normal values?
  • Suggested answer
    chiaraalina Profile Picture
    2,023 Super User 2026 Season 1 on at
    @CU21050605-0 this worked for me: 
     
    {
      "values": [
        [
          "=HYPERLINK(\"item()['Link']\",\"item('Title')\")"  
        ]
      ]
    }
  • CU21050605-0 Profile Picture
    4 on at
    @Youssef_Arouay Thank you for the suggestion , 
    Select formate accepted the formula but the "Http Request" took too long time and the the flow stopped !
  • CU21050605-0 Profile Picture
    4 on at
    @chiaraalina Would you please show me where you placed the function? is it in Select?
    i tried in select and JESON formate find it not working
  • Suggested answer
    chiaraalina Profile Picture
    2,023 Super User 2026 Season 1 on at
    @CU21050605-0 I used it directly
     
    Is that okay, can you use it like this or do you have to use the Select action?

  • CU21050605-0 Profile Picture
    4 on at
    @chiaraalina
    i am using the Output of the "select' and let HTTP request to make the array 

  • Suggested answer
    chiaraalina Profile Picture
    2,023 Super User 2026 Season 1 on at
     
    look this, with Select action, worked for me:
     
     
    [
      "@{item()?['ID']}",
    "=HYPERLINK(\"@{item()?['Link']}\",\"@{item()?['Title']}\")"
    ]
     
     
    Let me know if it worked!

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 840

#2
Valantis Profile Picture

Valantis 661

#3
Haque Profile Picture

Haque 589

Last 30 days Overall leaderboard