This activity converts table data in HTML format into a Collection variable so it can be used within an RPA workflow. It is especially useful when processing tables extracted from email content or web pages.
Usage Scenarios
Transforming HTML tables retrieved from emails (e.g., via IMAP Get Mail) into structured data
Converting tables obtained from Get Source Code or Get Attribute activities
Preparing HTML-based table data for further processing, filtering, or exporting
Using web-extracted table content in reporting or decision-making steps
Parameters
Html Table Text: The HTML table content as text or a variable containing HTML data
Collection Variable: The name of the Collection variable to store the converted table
Notes
The HTML must contain a valid
<table>structureOutput collection can be directly used with filtering, looping, or Excel write activities