Web scrape and validation

I doubt it just stopped working - my guess is you have updated node-red (or are running this flow on a newer version of node-red) as it does indeed NOT work on newer node-red. What version of node-red is this?

@mdkrieg my guess is you are running node-red V1.x?

@Marty1982 the workaround is to wrap the td with td and table

function code...

msg.payload = `<table><tr>${msg.payload}</tr></table>`
return msg;

This is related: Html node not extracting content - #11 by knolleary