HTMLTABLE
![]() |
Parses and extracts data from the variable created by GETPAGE or other HTML code. |
Supported Script Types
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Generic | Chat | Phone | Voicemail | Work Item |
Properties
- HTML
- HTML code or the raw web page returned from GETPAGE action. The property supports variables and curly braces.
- TableNumber
- Number identifying which table within the HTML to parse. The first table is number 1.
- ColumnVars
- Optional. Comma separated list of variable names to use for the column data.
- RowCountVar
- Name of variable to hold the row count found in the table. By default RC.
Branches
- Default
- The Default branch condition will be used unless another branch condition is met.
- OnError
- This branch condition will be triggered if there is an error in the HTML. The description of the error is saved in a variable named _ERR.
Tips and Tricks
- HTMLTABLE strips out the HTML code to produce string variables.