Add Data Row Window
Adds new rows to an existing DataTable.
Last updated
Adds new rows to an existing DataTable.
Last updated
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 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.