Search

Update data to the Jiffy table

Articles

Use this function to update the data in Jiffy table.

Syntax

Update data to the Jiffy table (Jiffy_table_name, Column_name, Data, UUID)

Parameters

Input Parameter Name Description
Jiffy_table_name Data Table Variable
Column_name Column Names
Data Data to be inserted in to the table
UUID UUID of the record

  • 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.
  • Data for each column must be in the same order as the columns.

Returns

Return value Description
UUID Returns the UUID of the updated row

Sample

Update data to the Jiffy table (Customer, CustomerName, City, Country, Cardinal, Stavanger, Norway, 5fba170c58e0a754f2a19050)

  • Updates the record having UUID(5fba170c58e0a754f2a19050) with ‘Cardinal,’ Stavanger’, Norway’ for columns ‘CustomerName’,’ City’,’ Country’ in the Customer table.

To view all the Table functions, click here.

Did you find what you were looking for?