getDataTableHtml Step

Use this step to fetch SQL data table and convert to HTML.

Last published at: March 21st, 2025

Description:

This step executes an SQL statement against the selected database. If it is a select statement, it returns the result set as an HTML table.

 

Inputs

  • connectionString – connection string to the database
  • changeDatabase - Connect to a different database on the same connection string path
  • sqlStatement – SQL statement to execute
  • params - SQL parameters and values
  • varGlobalHTML – variable/global to store the HTML table
 

 

Returns

  • True – SQL statement executed successfully
  • False – SQL statement failed to execute
 

 

Usage:

 

 

Example:

Let’s build and execute the “getDataTableHtmlDef” example.                             

  • Create a new definition called “getDataTableHtmlDef”
  • Select the definition and click the “design” button
  • Drag a “getDataTableHtml” step to the canvas
  • Connect the dots between the start and “getDataTableHtml” step
  • Define a variable/global to store the HTML result after execution
  • Click on the "getDataTableHtml" step to configure its "Required" properties. Provide a name to the step. Select the connection string from the list. Provide the select SQL SELECT statement. Provide the variable/global to store the HTML result. 

 

  • Click on the "getDataTableHtml" step to configure its "Optional" properties. A popup window is displayed for configuration. Click on the SQL parameters button to configure. A popup window is displayed for configuration. Click the Add Row button to insert an empty row. Provide the SQL parameter name and value. Click the Save button. You may insert multiple SQL parameters by using the Add Row button. 

 

  • The “Logging” setting configuration is necessary for documentation and also measures the workflow progress and the percent complete. This is achieved by configuring the step state and percent fields individually, as shown in the images below. Configure the “Logging” using the following properties.

 

  • Save the process definition, create a new instance, and execute. Render the process instance. Click on the process step to view its properties. The step should get the data table result set as an HTML table. 

 

  • To execute by parameters, Click on the "getDataTableHtml" step to configure its "Required" properties. Provide a name for the step. Select the connection string from the list. Provide the select SQL SELECT statement as shown below, where the condition values are replaced with question marks. Provide the variable/global to store the HTML result. 

 

  • Click on the "getDataTableHtml" step to configure its "Optional" properties. To connect to a different database, mention the DB name accessible on the exact connection string. Click on the SQL parameters button to configure. A popup window is displayed for configuration. Click the Add Row button to insert an empty row. Provide the SQL parameter name and value. Click the Save button. You may insert multiple SQL parameters by using the Add Row button. 

 

  • Save the process definition, create a new instance, and execute. Render the process instance. Click on the process step to view its properties. As configured, the step should get the data table result set as an HTML table from the other database. 

 

  • Save the process definition, create a new instance, and execute. Render the process instance. Click on the process step. The step should execute the SQL query on the selected database server and return the result in JSON or XML based on the result format.

 

  • To execute a stored procedure, Click on the "getDataTableHtml" step to configure its "Required" properties. Provide a name for the step. Select the connection string from the list. Provide the stored procedure info as shown below, with question marks identified as parameters. Provide the variable/global to store the HTML result. 

 

  • Click on the "getDataTableHtml" step to configure its "Optional" properties. To connect to a different database, mention the DB name accessible on the exact connection string. Click on the SQL parameters button to configure. A popup window is displayed for configuration. Click the Add Row button to insert an empty row. Provide the SQL parameter name and value. Click the Save button. You may insert multiple SQL parameters by using the Add Row button. 

 

  • Save the process definition, create a new instance, and execute. Render the process instance. Click on the process step to view its properties. The step should execute the stored procedure and get the result set as an HTML table.

 

Definition Sample:

You may download the ZIP file and extract the sample definition(s) from the link here and later import it (drag-drop) to your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.

NOTE: Please verify and complete the process steps for any missing configurations, such as file path references and database connections after import. Then, save the definition to confirm the changes.

Click here to download the sample file.

How can we improve this article?

Share additional info and suggestions