Last Updated: Feb 14, 2022
Use this function to insert data into the inline table of Jiffy table.
Insert data into a inline Jiffy table (Jiffy_table_name, Column_name, Data, UUID)
Input Parameter Name | Description |
---|---|
Jiffy_table_name | Name of Inline Table |
Column_name | Column Names |
Data | Data to be inserted in to the table |
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 the UUID of the row inserted in Inline table |
Insert data into a inline Jiffy table (Customer.FamilyDetails, Name of Father, Thomas, 5fba170c58e0a754f2a1xxxx)
To view all the Table functions, click here.