Formulas
  • 19 Sep 2024
  • 1 Minute to read
  • Dark
    Light

Formulas

  • Dark
    Light

Article summary

A Formula is a Designer Element that allows for different computations in a mathematical format, similar to what is possible in Excel. Formulas have a dedicated Designer where they can be created and edited. After being saved a Formula can be used in a Flow through the Run Formula Step, or can be integrated into a Merge Text Field.

This feature eliminates the need to create complex Flows with mathematical steps to achieve business goals. Instead Formulas can be created and added into Flows via the Run Formula Step, or added into Rules.

Formula Designer is only available in v9.3+.

Formula Designer Features

The Formula Designer is accessible a number of ways. 

MethodSteps
Create a Rule
  1. Under the Create a Rule menu, select EXPRESSION. 
  2. Then pick Formula and enter a name for the new Formula.

Within the Flow Designer
  1. Drag the Run Formula step onto the Flow Designer canvas.
  2. In the top right corner press the Pick or Create Formula Button.
  3. Press CREATE NEW to open the Formula Designer.
Within the Rule Designer
  1.  When creating a Rule, look for the Declare option. The below example is within the Truth Table builder, but it is available for Statement Rules.

When Mapping
  1. Go into the mapping editor, for example by pressing Edit Input Mapping when clicking a Step.
  2. Under the data type select Run Formula.
  3. Press the pencil icon that appears, then press PICK OR CREATE FORMULA.


Navigating the Formula Designer

The designer has three main windows. Their descriptions are below.

MenuDescription
CONFIGUREUsers set the name of the new Formula and any input data here.
FUNCTIONSProvides a list of each function available for building Formulas. Highlighting any function will pull up a description and example. Check the Function Glossary for the complete list.
UNIT TESTSUnit tests in Formulas function exactly as they do elsewhere in the platform. For more information, read Running Unit Tests on a Flow.
INTEGRATIONSIntegrations in Formulas function exactly as they do elsewhere in the platform. For more information read About Integration. Only API Services are possible.



Was this article helpful?