Add Data Row Window

Adds new rows to an existing DataTable.

The Add Data Row window provides a convenient way to add new rows to a user-specified data table. With this editor window, you can input the desired data in the input section and preview the output in the preview section.

In the Input section, you can directly input the elements that will be added to the data table. Each element should be separated by a comma to indicate different columns, and each data row element should be separated by a newline. This allows you to easily structure and organize your data in a tabular format.

The Preview button, located near the input section, allows you to view the data entered in a grid view within the preview section. If your data includes long rows, you can enable the Wrap Text option to ensure that the rows are properly displayed.

The Add Data Row window also supports the use of variables as row data elements in the input section. By utilizing the Evaluate Expression option, you can replace any variable used in the input section with its corresponding value. To view the output result with variable replacement, simply click on the Preview button.

The variable replacement will work only if the Evaluate Expressions option is selected. Make sure to enable this option to enable the evaluation of expressions and variable replacement.

When entering variables in the Sample input section, ensure they are in the format ${variable} to indicate that they are placeholders for dynamic values.

The Add Data Row window provides a user-friendly interface for quickly adding rows to your data table, whether with direct input or through variable utilization. It streamlines the process of populating your data tables, enhancing your automation workflows.

Last updated