Skip to main content

Playground

Formula playground is a online IDE that allows you to try out any of the Appsuite formulas and confirm the behavior. You can access the playground from url below.

Help Urls:

Layout

Playground consists of following parts.

  • Help

    This left most pane shows this help page so you can easily refer to functions and formula syntax while constructing the expressions.

  • Expression

    This is where you would specify the formula or template to be evaluated.

  • Compiled Expression

    This pane is read-only and shows the compiled expression or error message if there are any errors while evaluating the expression

  • Input

    In this pane, you would specify the input records to be used for evaluated. Input must be in Json format and must be an array. Each element in the array is treated as separate evaluations.

  • Output

    This pane shows the results of expression evaluation. This is in Json format and is an array consists of number of elements as input array with result of each input evaluation

Evaluation

IDE will evaluate automatically (once evey 2 seconds) and shows the results. If for some reason, auto-evaluation didn't run or didn't show the results, you can click on Evaluate button in Expression or Input pane