Configuring an Activity

After adding an activity, you must configure it with any input data that the activity might need and the output schema for activities that generate an output.

There are three ways to configure data for an activity:
  • Configuring static data where you manually type the data in the mapper for the field, for example type in a string that you want to output. Strings must be enclosed in double quotes. Numbers must be typed in without quotes.
  • Mapping an activity input to the output from one of the activities preceding it in the flow, provided that the previous activities have some output.
  • Using functions, for example the concat function to concatenate two strings. Nested functions are currently not supported.

To configure an activity, do the following:

Procedure

  1. On the flow details page, click an activity.
    The configuration box opens beneath the activity.

  2. Click on each tab in the configuration box under the activity name and either manually enter the required value, use a function, or in the Input tab, map the output from the trigger or a preceding activity using the mapper. Refer to the Mapper section for details on mapping.
    If one or more activities are not configured properly configured in a flow, the error or warning icon is displayed on its upper right corner. Click the activity whose tab contains the error or warning. Refer to Errors and Warnings section for more details.