Last Updated: Feb 14, 2022
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.
Two types of functions are available:
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 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.