Last Updated: Feb 14, 2022
Use this function to update the data in Jiffy table.
Update data to the Jiffy table (Jiffy_table_name, Column_name, Data, UUID)
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.
Return value | Description |
---|---|
UUID | Returns the UUID of the updated row |
Update data to the Jiffy table (CustomerDetails, Name, Peter Smith, 5fba170c58e0a754f2a19050)
To view all the Table functions, click here.