Skip to main content

Functions


Overview

In A8Studio, functions are pre-built blocks of codes that can be called upon whenever needed.

info

Things that are run repeatedly, or are way too complex and need to be broken down are served as functions.

They are classical functions like in any programming language. They help you to avoid having to rewrite similar lines of code every time. You can execute these functions separately as a standalone code or stitch them up to form a relatively complex function.

All elements of the functions are housed here and can be used for writing all sorts of functions, there is.

A8 Functions

A8 Functions provide a mechanism for users to easily encapsulate and embed integrated features within a Journey and house reusable-logics in their business process.

Note: The functions can be used whenever a Component in the app supports Event Handler. They can also be attached to different elements within a Form, making them even more versatile.