Search

Insert Attachment into a Jiffy Table

Articles

Use this function to insert attachment into Jiffy Table.

Syntax

Insert attachment into a jiffy table (table_name, column_name, file_path)

Parameters

Input Parameter Name Description
table_name Name of Jiffy Table
column_name Column Name
file_path File Path of the attachment to be inserted

The Jiffy table name and Columns names provided must match with the names in the Dataset and are case sensitive.

Returns

Return value Description
UUID Returns the UUID of the inserted row

Sample

Insert attachment into a jiffy table (Customer, Photo, C:\filePath)

  • Inserts a file to Photo column of Customer table.
    Returns UUID of the inserted record.

To view all the Table functions, click here.

Did you find what you were looking for?