Last Updated: Feb 14, 2022
Use this function to update attachment in Jiffy table.
Update attachment of the table row (table_name, column_name, file_path, UUID)
Input Parameter Name | Description |
---|---|
table_name | Name of Jiffy Table |
column_name | Column Name |
file_path | File Path of the attachment to be inserted |
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.
Return value | Description |
---|---|
UUID | Returns the UUID of the updated row |
Update attachment of the table row (Travel, Details, c:\filePath, 5fba170c58e0a754f2a19050)
To view all the Table functions, click here.