Search

Insert Data into a Inline Jiffy table

Articles

Use this function to insert data into the inline table of Jiffy table.

Syntax

Insert data into a inline Jiffy table (Jiffy_table_name, Column_name, Data, UUID)

Parameters

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.

Returns

Return value Description
UUID Returns the UUID of the row inserted in Inline table

Sample

Insert data into a inline Jiffy table (Customer.FamilyDetails, Name of Father, Thomas, 5fba170c58e0a754f2a1xxxx)

  • Inserts the data “Thomas” under Name of Father column in FamilyDetails inline table for the record with specified UUID in the Customer table.
    Returns UUID of the row inserted in Inline Table.

To view all the Table functions, click here.

Did you find what you were looking for?