To be more specific with this request, when using the HTML node to return html it returns the InnerHTML of the element, I would like the option to have the OuterHTML returned.
Oh, please! You can always get the child elements via CSS selector (target > *), so there’s no need to use the innerHTML at all. I have this scenario all the time. E.g. "Get all images (<img>) only returns null, when choosing HTML extraction.
my understanding is, you would only need to change $.html() to $.toString() to receive the outer HTML instead of the inner HTML.
As I seem to be too dumb to get the HtmlExtract node working on my local developer instance, thus not being able to test this out, maybe someone with a working dev environment could chime in and test this theory?