HTML Table
This Automation Manager object creates an HTML table from a linked data collection.
Privileges
Normal
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
Data | Link | Yes | The data to be placed in a file, a collection, or example output from get services. |
Property | Comma delimited string | No | A list of properties from the data collection to display in the HTML table. |
Output Parameters
Name | Type | Description |
---|---|---|
HtmlString | String | A string representation of the HTML table. This is suitable to link to the Body parameter of the Output HTML object in order to include another table in the HTML file. |
TableHtml | Collection | A collection of strings representing the HTML table. |
Result | Number | Returns a success value of zero or any value other than zero to indicate failure. |
Example Input Parameters
Name | Type | Required | Example |
---|---|---|---|
Data | Link | Yes | Link the Data field to a dropped Automation Object that produces an array or collection |
Property | String | Yes | <intentionally left blank> |
HTML tables can be 'concatenated' by the use of the Format String object. Then displayed in an HTML file by linking to the Body parameter of the Output HTML object.