Last Updated: Feb 14, 2022
Use this function to insert multiple rows into the inline table of Jiffy Table.
Insert Bulk data into inline jiffy table (Jiffy_table_name, Column_name, Values, UUID)
Input Parameter Name | Description |
---|---|
Jiffy_table_name | Name of Inline Jiffy Table |
Column_name | Column Names |
Values | Values to be inserted in to the table (DataTable Variable ) |
UUID | UUID of the row in the parent table |
- The Inline Table name is given as ParentTable.InlineTable
- The Jiffy table name and Columns names provided must match with the names in the Dataset and are case sensitive.
- Both data and column names must be comma-separated.
Return value | Description |
---|---|
UUID | Returns UUID of each row of the inserted data as DataTable variable (SingleColTable |
UUID returned must be assigned to a SingleColsTable DataTable Variable
Insert Bulk data into inline jiffy table (Employee.Details, Name, Employeelist, 5fba170c58e0a754f2a19050)
To view all the Table functions, click here.