Hi All,
Trying to get a URL from an email.
I currently am converting the email to text in my flow, then trying to do a split to get the url between 2 tags.
Really getting stuck on this. Any help much appreciated.
Example of the email and the URL I want, I have highlighted the link in bold of what i am trying to retireve.
[EXTERNAL]
Subject: 3CX Phone System - DHB-Test
Your call report - DHB-Test is ready for download.
Download your report from here
[https://link1.co.uk]
.
If you are in the office you can also download it locally from here
[https://link2.co.uk]
.
Solved! Go to Solution.
Hi @MrDannyHarry ,
Please try to use these expressions:
split(split(body('Html_to_text'),'If you are in the office you can also download it locally from here')[0],'Download your report from here')[1]
split(split(outputs('Compose'),']')[0],'[')[1]
Best Regards,
Hi @MrDannyHarry ,
Please try to use these expressions:
split(split(body('Html_to_text'),'If you are in the office you can also download it locally from here')[0],'Download your report from here')[1]
split(split(outputs('Compose'),']')[0],'[')[1]
Best Regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
User | Count |
---|---|
75 | |
21 | |
18 | |
17 | |
13 |
User | Count |
---|---|
127 | |
35 | |
31 | |
28 | |
25 |