TableViewer

Estimated reading: 2 minutes 2021 views

This activity assists in displaying the records of the “datatable” in a tabular format. It is useful for debugging purposes, enabling users to review the values within the “datatable” before the workflow progresses. This helps in identifying errors or incorrect data within the datatable.

Properties

INPUT

ExpirySecs: Indicate the duration in seconds for which the dataset table should be displayed. Provide the time value in seconds. The default setting is “5 seconds.” This field only accepts the “Integer32” datatype.

InputTable:* Enter the “Input datatable” variable where the input data is stored. This parameter helps you to view the “datatable”.
This field only accepts the “datatable” data type.

MessageTitle:* Specify the “Title” for the “Dataset” table. This field accepts only “String” datatype. 

MISC

DisplayName: Displays the name of the activity. The activity name can also be customized to help in troubleshooting.

SkipOnError: It specifies whether to continue executing the workflow even if it throws an error. This supports only Boolean value “True or False”. By default, it is set to “False.”
True: Continues the workflow to the next step
False: The workflow aborts if it throws any error.
None: If the option is specified as blank, by default the activity will perform as “False” action.
Version: It specifies the version of the Datatable automation feature in use.

OUTPUT

Result: It helps to view the execution state of the activity. It returns the values in Boolean format.
True: It indicates the activity has been executed successfully without any error.
False: It indicates that the activity has been faulted due to some unexceptional error thrown.

* Represents mandatory fields to execute the workflow.

Share this Doc

TableViewer

Or copy link

CONTENTS