The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Good afternoon everyone
Again, coming back here with an issue in which I have not found a solution, and hoping that someone can hold my hand.
It is basically the extraction of the links of a public page, this:
I need to list all the links of the page that are found in this way:
Try to do the following:
Let
Source =
Web.browsercontents ("https://docs.supersalud.gov.co/portalweb/proteccionusuario/informe%20pqrd%20mensual/forms/allitems.a..."),
Links =
Html.able (
Source,
{{
"Link",
"A [href^=" "https://docs.supersalud.gov.co" "]",
each [attribute] [href]}})
in
Links
However, the problem comes because this works partially, only for the first page and the idea is to obtain all the links of all the site pages
I hope someone can help me, thanks in advance