Function block

Function block

What is the Function block

The function block will trigger a function that was previously created under the functions tab at the right time in the flow. Hence, function blocks support RESTSQLAdaptive CardsCustom-code, and Storage functions. After executing such as function, the remaining of the part of the flow will be executed.

Select a function block drag & drop the action icon from the left menu into the center screen of the dialog manager.

A function block appears. If you select the dialog block (it becomes blue).

When selected, the right menu will show a drop-down of all available options for the function block.

SQL Output

The output of an SQL function does not need to be defined in the Function output, but may be selected using:
[FunctionName][FunctionVariable]
If the output is specially stated in the function then the following works too:
[OutputName]

API Output

The output of an API function must be defined in the function itself and can be selected using:
[OutputName]


    • Related Articles

    • Validation Block

      Definition The validation block is meant to validate your data in your flow design. This can be data inputted from the user, or data captured from an external system. The validation works like a condition block, but without multiple routes. This ...
    • SQL

      The ‘SQL’-block lets you build SQL queries to process and retrieve data from SQL Databases. This enables storing and retrieving of any data during your bot's process. SQL Command To do so, an SQL SELECT statement can be used to retrieve. records from ...
    • Subs

      The Subs can best be described as a “flow-in-block” function or a sub-process. Subs are flows without intents and they are particularly useful when you have a sequence of elements, blocks or flows that you use frequently. Simply by creating a Sub you ...
    • v2.0.8

      The list below shows the features that were introduced, changed or removed with the release of v2.0.8 In this version, several bugs worth mentioning were resolved, while also significant UX improvements were made. Features You can preview adaptive ...
    • v2.0.1

      The list below shows the features that were introduced, changed or removed with the release of v2.0.1. In this version, no bugs worth mentioning were resolved, but UX improvements were made. Features:  Ability to integrate chatbots with Twilio for ...