Convert HTML to json

Hi @Spinefit, converting HTML data can be rather tricky. The HTML node would in most cases require a valid HTML structure to function, but your snippet starts with closing tags that aren’t opened beforehand.

There are a few examples for processing HTML tables here on the forum to help you get started, for example this one:

Hope this makes sense and helps. Let me know if you run into any further trouble here.