Search

Update attachment of the table row

Articles

Use this function to update the attachment in Jiffy table.

Syntax

Update attachment of the table row (Jiffy_table_name, Column_name, File_path, UUID)

Parameters

Input Parameter Name Description
Jiffy_table_name Data Table Variable
Column_name Column Name
File_path File Path of the attachment to be inserted
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.

Returns

Return value Description
UUID Returns the UUID of the updated row

Sample

Update attachment of the table row (Travel, Details, ‘c:\filePath’, 5fba170c58e0a754f2a19050)

  • Updates the attachment to the record having the UUID(5fba170c58e0a754f2a19050) in the Details column of the Travel table.

To view all the Table functions, click here.

Did you find what you were looking for?