Last Updated: Feb 14, 2022
Use this function to insert attachment into Jiffy Table.
Insert attachment into a jiffy table (table_name, column_name, file_path)
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.
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.