Last Updated: Jun 27, 2020
Datatables are used to store the data that is being used while executing tasks. There are two types of datatables in Jiffy:
Default Datatables are the predefined formats of table that are readily available for the user to use. The column names of these data tables are not editable. The data type of all the columns is set to String by default and cannot be changed by the user.
The following are the Default Datatables available in Jiffy:
EmailAttachments: This table has the following columns:
FileExplorer: This table has the following columns:
EmailResponse: This table has the following columns:
UUID: This table has 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) upto TwentyColsTable (a table with twenty columns) that can be used as required.
The user can create a datatable according to the requirements of the task.
Type the name of the datatable to be created. A default name Table1 appears in the Table Name field, which the user can change according to the requirements.
Click on 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. A default name Col1 appears in the Column Name field, which the user can change according to the requirements.
Click on the + icon to add more columns to the table and the x icon to delete the required columns.
Click on the SAVE button.