I'm composing the hyperlink in code view as <a href="LINKTOITEM">Click here</a>.
When I leave code view, the link rewrites itself as shown below. When I go back to code view, the hyperlink has changed to <a href="<object custom=">@{body('Update_file_properties')?['{Link}']}">CLICK HERE</a><br>
I'm sure this used to work but I'm editing a flow and it's all of the sudden giving me problems.
I was able to resolve the rewrite by using
<a href="body('Update_file_properties')?['{Link}']">Click here</a> to open the file.<br>
instead of placing the dynamic value directly in the code. Although, this link is not clickable when posted in Teams.
Solved! Go to Solution.
GOT IT!!
concat('<a href="', body('Update_file_properties')?['{Link}'], '">CLICK HERE</a>')
I found a solution from this site.
GOT IT!!
concat('<a href="', body('Update_file_properties')?['{Link}'], '">CLICK HERE</a>')
I found a solution from this site.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
28 | |
26 | |
23 | |
17 | |
10 |
User | Count |
---|---|
58 | |
56 | |
29 | |
27 | |
24 |