Search

Download Attachments from Jiffy Table Row

Articles

Use this function to download attachment from Jiffy Table row.

Syntax

Download attachments from jiffy table row(table_name, column_name, folder_name, UUID)

Parameters

Input Parameter Name Description
table_name Name of Jiffy Table
column_name Column Name
folder_name Folder 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.

Sample

Download attachments from jiffy table row (InvoiceDetails, Logo, C:\Invoice, 5fba170c58e0a754f2aXXXXX)

  • Downloads the attachment from Logo column of InvoiceDetails table of the row with specified UUID and saves in folder C:\Invoice.

To view all the Table functions, click here.

Did you find what you were looking for?