Search

About Functions

Last Updated: Mar 8, 2023

Articles

A function is a block of organized, reusable code that is used to perform a particular action in the automation flow.
You can call the required Functions during Task design from the Actions tab of each selected Node in Design Studio.

Types of Functions

Two types of functions are available:

Pre Defined Functions

Predefined functions are inbuilt functions that are commonly used across Tasks.

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 custom functions created for specific needs if not met by the Predefined Functions.
It allows you to write custom Python expressions based on automation requirements.

Did you find what you were looking for?