Last Updated: Feb 14, 2022
DataTables are used to store transient data that are used during task execution. There are two types of DataTables :
All DataTables are listed in the Table Definition tab of each Node.
Default DataTables are the predefined formats of table that are readily available to use. The column names of these DataTables are non-editable. The data type of all the columns is set to String by default and cannot be changed.
The following are the Default DataTables available:
EmailAttachments: with the following columns:
FileExplorer: with the following columns:
EmailResponse: with the following columns:
UUIDTable: with a UUID column.
Apart from these, there are SingleColTable (a table with one column), TwoColsTable (a table with two columns), ThreeColsTable (a table with three columns) up to TwentyColsTable (a table with twenty columns) are available.
You can create DataTables based on the automation requirements.
Type the name of the DataTable to be created.
Click the + icon to add another custom DataTable and the x icon to delete the required table.
Type the name of the columns to be created.
Click the + icon to add more columns to the table and the x icon to delete the required columns.
You can store the transient data in Table format to use in further steps of automation.