Search

Insert attachment into a Jiffy table

Articles

Use this function to insert the attachment into the Jiffy table.

Syntax

Insert attachment into a Jiffy table (Jiffy_table_name, Column_name, File_path)

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

  • 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 inserted row

Sample

Insert attachment into a Jiffy table (Customer, Photo, ‘C:\filePath’)

  • Inserts a file to ‘Photo’ column of Customer table and returns UUID of the inserted record.

To view all the Table functions, click here.

Did you find what you were looking for?