Search

Download Attachments From Jiffy Table Row

Articles

Use this function to download the attachment from jiffy table row or doc table row by providing the table name, row uuid, attachment column name and the folder to download the attachments.

Syntax

Download Attachments From Jiffy Table Row (table_name, column_name, folder_name, uuid)

Parameters

Input Parameter Name Description
table_name Name of the table to download the file
column_name Name of the column to download the file
folder_name Name of the folder to save the downloaded file
uuid UUID of the row having the file

Returns

Return value Description
Path Returns the location of the downloaded file

Sample

Download Attachments From Jiffy Table Row (New_Table, Invoice, C:\Invoice, 5fba170c58e0a754f2a19050)

  • Downloads the file from the row ‘5fba170c58e0a754f2a19050’ in the column ‘Invoice’ of the table ‘New_Table’ to the path ‘C:\Invoice’.

To view all the miscellaneous functions, click here.

Did you find what you were looking for?