type.inbound
and any(html.xpath(body.html, '//tr[td[1]/img[@height="25px"]]/td[2]//a]').nodes,
strings.icontains(.display_text, "PDF")
)
Playground
Test against your own EMLs or sample data.
type.inbound
and any(html.xpath(body.html, '//tr[td[1]/img[@height="25px"]]/td[2]//a]').nodes,
strings.icontains(.display_text, "PDF")
)
Test against your own EMLs or sample data.