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 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 Errors button on the lower right of the page shows the number of errors in the flow. click the Errors button to see the errors.

Related concepts