AddNewRow

Estimated reading: 2 minutes 2008 views

This activity helps to add or update with a “New row” to the “Existing input data table” during the runtime.

Properties

INPUT

AddEmptyRow: To include an “Empty row” in the existing “Input datatable,” select this option. When not selected, the empty row won’t be added.

DataTable: Enter the “Input datatable” variable where the input data is stored. This parameter helps you to add a new column. This field only accepts the “datatable” data type.

InputArray: Provide the necessary “Input values” for the “New Row.” These values should be specified using the “Array of Object” datatype. (For example: {“JOHN,32, Manager”}) You can employ either the “InputArray (hardcoded value)” or the “InputDataRow (variable)” option to introduce a new row.
This field only accepts the “Array of Object” datatype. If left empty, it will operate with the “InputDataRow” field if provided.

InputDataRow: Designate the “Data row” variable where the input values for the row are stored. This field exclusively accepts the “DataRow” datatype for the variable. If left empty, it will operate with the “InputArray” field if provided.

MISC

DisplayName: Displays the name of the activity. It can also customize the activity name to helps 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

AddNewRow

Or copy link

CONTENTS