Getting my data from an enhanced multi string column in SharePoint. This column contains hyperlinks.
What I want to do is extract the URL's and convert them into markdown links that is supported by Teams Adaptive cards.
For Hyperlinks to work and display correctly in a Teams Adaptive card the following format is needed.
[I'm an inline-style link](https://www.google.com)
This is an sample of the data I get out today, where I need to extract the URL's and the title and format it to the Teams Adaptive cards markdown for links.
Sample data
<div class="ExternalClassB78FACFB4D354E9989D997809F5C160A"><a href="/:u:/r/sites/DEMO/Illustrations/150Hz_modulation_predominant.svg?csf=1&web=1&e=6QhPSU" title="Link to file 1"><span style="color:rgb(255, 255, 255);"></span>Link to file 1</a></div><div class="ExternalClassB78FACFB4D354E9989D997809F5C160A"><div style="margin-top:14px;margin-bottom:14px;"><a href="/sites/DEMO/Illustrations/150Hz_modulation_predominant.svg" title="Link to file 2">Link to file 2</a><p><br></p><div style="margin-top:14px;margin-bottom:14px;"><a href="https://www.google.com/" title="Link to file 3">Link to file 3</a><br></div><a href="/sites/DEMO/Illustrations/150Hz_modulation_predominant.svg" title="Link to file 2"></a></div><a href="/:u:/r/sites/DEMO/Illustrations/150Hz_modulation_predominant.svg?csf=1&web=1&e=6QhPSU" title="Link to file 1"></a></div>
I would like to state that for some reason when links are inside the own tenant power automate removes the https://
https://powerusers.microsoft.com/t5/Building-Flows/Power-Automates-removes-https-on-it-s-own-if-the-...
Solved! Go to Solution.
The solution for this is located here.
https://powerusers.microsoft.com/t5/Building-Flows/Getting-URL-from-RichText-Column-format-URL-to-wo...
The solution for this is located here.
https://powerusers.microsoft.com/t5/Building-Flows/Getting-URL-from-RichText-Column-format-URL-to-wo...
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 |
---|---|
26 | |
25 | |
23 | |
23 | |
23 |
User | Count |
---|---|
61 | |
45 | |
44 | |
29 | |
29 |