Search

About Functions

Last Updated: Nov 30, 2020

Articles

Functions are blocks of code that perform tasks when called. Functions have input and output. The function contains instructions used to create the output from its input.

Types of Functions

There are two types of functions available in Jiffy as follows.

Pre Defined Functions

Pre-defined functions are commonly used functions which are already part of the product. These functions are developed using Python expressions.

Concat, Capitalize, Open Protected Excel, Close Excel,Get Cell Value, Add days ,Convert string to date format etc.

User Defined Functions

User Defined functions are created during the time of development, as needed using Python expressions and used in the actions of the nodes.

A user defined functions needs to be added to Jiffy Custom functions Repository. And thereafter will be available to be selected in the drop-down in Actions tab of the respective nodes and within the particular app where it is created.

Did you find what you were looking for?