Search

Update data to the Document Table

Articles

Use this function to update data in the Document Table.

Syntax

Update data to the Document Table (document_table_name, Column_name, Data, UUID)

Parameters

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

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

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

To view all the Table functions, click here.

Did you find what you were looking for?