tableToHtmlString

Converts LQL table to HTML table.

This operator converts LQL table to HTML table.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the Table to HTML String operator in the search field and select the operator from the Results to open the operator form.
  3. In the Table drop-down, enter or select a table to apply the operator.
  4. In the Limit field, enter a value to define the number of rows of the input table to select for HTML conversion.
  5. Optional. In the Columns field, click Add More to add the name of columns of the input table to select for HTML conversion.
  6. Click Run to view the result.
  7. Click Save to add the operator to the playbook.
  8. Click Cancel to discard the operator form.

Input

table (TableReference) - The table to apply the operator
limit (String) - Number of rows of input table to select for HTML conversion. The maximum allowed is 189393.
columns (String) - (Optional) Names of columns of input table to select for HTML conversion

Output

An HTML table string is returned.

1151

Input: LQL table

Example

1161

Output: HTML String


© 2017-2021 LogicHub®. All Rights Reserved.