Build Data Table Window

Creates a new Datatable.

The Build Data Table editor window allows you to create a new data table by specifying the desired columns and rows of data. With this powerful tool, you can easily structure and populate a data table to meet your specific requirements.

Adding Columns

To create a data table, you can add columns by clicking on the "Add New Column" button. This action opens a dialog where you can enter the necessary details for creating a column.

The dialog includes the following entries:

  • Column Name: Specify the name of the new column in the table.

  • Data Type: Choose the data type for the column, such as text, number, date, or boolean.

  • Allow Null: Determine if the column allows null values (empty values).

  • Default: Set a default value for the column.

  • Unique: Indicate whether the column should only allow unique values.

  • Max Length: Define the maximum length of the values in the column.

Once you create the columns, you can directly input the row values in the editor window. Each column's data type will be displayed under its respective column name in the Build Data Table window.

Additional Options

In addition to column creation and data input, the Build Data Table window offers a few additional options to enhance your experience:

  • Load: You can import an existing data table into the editor window by loading it in JSON format.

  • Save: After creating the new table, you have the option to save it as a JSON file with a specified filename.

  • Remove Row: If needed, you can delete a selected row from the table view using this option.

  • Ok: Once you have finished building the data table, click "Ok" to save it and use it in your RPA processes.

The Build Data Table editor provides a user-friendly interface for creating and manipulating data tables effortlessly. It empowers you to design and organize your data effectively, ensuring smooth data processing in your automation workflows.

Last updated