web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Dynamically generated ...
Power Automate
Answered

Dynamically generated hyperlink not clickable

(0) ShareShare
ReportReport
Posted on by 23

I tried to populate a dynamically generated hyperlink to an enhanced rich text field with Power Automate. It appears as a link but not clickable. When I use a hard-coded link then it is created as a clickable link. 

 

Doesn't matter I use Send http request to SharePoint or Update files properties action, the link is not clickable if it is dynamically generated. 

 

Pls see my screen shot2021-10-11_11-23-16.jpg

Categories:
I have the same question (0)
  • Ellis Karim Profile Picture
    11,798 Super User 2026 Season 1 on at

    Can you check to ensure that finalstring variable produces a valid URL?

    Eg. Copy and paste the output of finalstring in to the browser's address bar.

     

    Ellis

     

  • Verified answer
    MWAN001 Profile Picture
    23 on at

    Need to use concat function to build the link url: 

    concat('<a href="', variables('finalstring'), '"', 'target="_blank" rel="noopener noreferrer">', triggerOutputs()?['body/Title'], '</a>')

     

    MWAN001_0-1633998966994.png

     

    doesn't work use the <a href for the whole string

    MWAN001_1-1633999172771.png

    <a href=‍\"@{variables('finalstring')}\" target=\"_blank‍\" rel=\"noopener noreferrer\">‍‍@{variables('finalstring')}</a>

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
trice602 Profile Picture

trice602 237 Super User 2026 Season 1

#2
David_MA Profile Picture

David_MA 176 Super User 2026 Season 1

#3
Power Platform 1919 Profile Picture

Power Platform 1919 96 Super User 2026 Season 1

Last 30 days Overall leaderboard