Last Updated: Dec 2, 2020
Use this function to insert the attachment into the Jiffy table.
Insert attachment into a Jiffy table (Jiffy_table_name, Column_name, File_path)
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.
Return value | Description |
---|---|
UUID | Returns the UUID of the inserted row |
Insert attachment into a Jiffy table (Customer, Photo, ‘C:\filePath’)
To view all the Table functions, click here.