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 Name of Jiffy Table
Column_name Column Names
Data Data to be updated
UUID UUID of the record to be updated

  • 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 (CustomerDetails, Name, Peter Smith, 5fba170c58e0a754f2a19050)

  • Updates the record with Peter Smith for the specified UUID under the Name column of CustomerDetails table.

To view all the Table functions, click here.

Did you find what you were looking for?