RemoveRow

Estimated reading: 2 minutes 2035 views

This activity helps the user to remove a specified “Row” from the “input datatable.”

Properties

INPUT

Datarow:* Enter the “Data Row” variable where the input is stored to remove from the table. You can employ either the “Datarow (variable)” or the “DataRowIndex (hardcoded value)” option to remove a column. This field accepts only “DataRow” datatype. If left blank, it will work with the “DataRowIndex” field if provided.

DataRowIndex:Specify the “Index” position of the data row within the “Datatable” that you want to remove. The index position starts from 0. This field accepts only “Integer” datatype.  If left blank, it will work with the “DataRow” field if provided.

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

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

RemoveRow

Or copy link

CONTENTS