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.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
26 | |
25 | |
24 | |
21 | |
17 |
User | Count |
---|---|
54 | |
45 | |
33 | |
33 | |
30 |