Loading navigation...
Unify Applications
Logo
Add Data Sources
Logo
Callable by UnifyApps

Callable by UnifyApps

Logo

3 mins READ

Overview

The Callable is a type of a data source that lets you call an automation and receive its output to use in other components of your low-code application. Callable is used for handling complex data integrations from multiple sources.

Here’s a quick guide on how to set up a callable and use its output as data pills in your app.

Adding Callable as a data source

The following steps are required to add a Callable as a data source:

  • Open the “Data source” section in the left panel.

  • Click the "+" button to create a new data source.

  • Search for “Callable” and select it from the list.

    Image
    Image

Configuring the Callable 

After adding Callable as a data source, you can use it to trigger an automation. To do this, select the “Call automation” option after selecting Callable.

Defining Input for the Callable

  • Select Automation: Pick the automation you want to run from your app.

    Thumbnail

    Refer

    You can refer to Callable by UnifyApps Documentation for the creating your first Callable Automation.

  • Parameters: If the automation needs any specific inputs, enter them here. You can also map the input in the form of data pills as shown in the image below.

    Image
    Image

Reviewing Output of the Callable

After configuring the Callable, you can view its output schema. This schema helps identify the right data pills to map to other components in your app. You can also run a preview test to see the automation's output directly.

Image
Image

Utilizing the Output of Callable

Once the Callable setup is complete, its output data pills can be used across other components in your application. These data pills, which contain the automation's output, can be mapped directly to different components as needed.

FAQs

Can we use multiple Callable outputs in a single application component?

Yes, you can use data pills from different Callables within the same application component.

How can I view the output of an automation called by the Callable?

To view the output of an automation triggered by the Callable, use the preview option. Ensure that all necessary inputs are correctly provided to the Callable for accurate results.