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.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
27 | |
25 | |
25 | |
24 | |
23 |
User | Count |
---|---|
61 | |
44 | |
41 | |
29 | |
28 |