Search

Update Multiple Attachment of the Table Row

Articles

Use this function to update multiple attachments to the attachment field of the table row.

Syntax

Update multiple attachment of the table row (table_name, column_name, file_path, UUID)

Parameters

Input Parameter Name Description
table_name Name of Jiffy Table
column_name Name of Attachment field
file_path File Path of the attachment to be updated
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.
  • Multiple file path must be pipe seperated, for example, filepath1|filepath2|filepath3.

Returns

Return value Description
UUID Returns the UUID of the updated row

Sample

Update multiple attachment of the table row (Travel, Details, c:\filePath1|c:\filePath2|c:\filePath3, 5fba170c58e0a754f2a19050)

  • Updates attachments to the record with 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?