What are Expressions?

Modified on Tue, 04 Apr 2023

An expression is a block of organized, reusable code that performs a particular function in the automation flow.

You can call the required Expressions from  Behavior Editor, Process Editor, or Data Editor.

Eg

A customer takes out a loan on April 1st and the loan agreement states that the first payment is due 30 business days after the loan disbursement date. To calculate the due date for the first payment, the addBusinessDays function can be used with the loan disbursement date as the input and 30 as the number of business days to add.