Extract specific html link

Hello,
I would like to extract the whole link that corresponds to a specific address.
For example for the address “https://www.ndd.com” I would like to get if the link exists

<a href="https://www.ndd.com" rel="nofollow">text anchor</a>

and the icing on the cake would be to know if this link is not contained in an html comment

Thanks

OK I answer myself :wink:

I had embarked with item lists and merges and then loop.
I deleted everything to use a more precise selector in the html extract
a[href=‘{{$node[“Set Init Var work”].json[“TargetUrl”]}}’]

And it works

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.