Add input and output fields to connector cards

In addition to options fields, you can use the Inputs and Outputs dialog windows to add inputs and outputs to your connector cards.

Input fields

Inputs are the fields on a card that accept data during the execution of a flow. For the card user, this is done using one or both of these methods:

  • Manually entering information into the fields

  • Mapping outputs (using drag-and-drop) from other cards in the flow

To add fields to a card, click Add Inputs on a Connector Action card.

Field Definition Type

Group Name

Multiple group names allow you to group fields in a logical or thematic order to make them more understandable for the card user.

Input fields that are dynamically imported from an app or project must be grouped under a single group name.

Text

Label

The name shown for the field. It appears above the value on the card.

Text

Field Type

Specifies the type of input field on the action card.

Options are Text Field or Dropdown.

Dropdown

Data Type

Describes the expected value of the data provided by the card user.

The following data types are supported for input fields:

  • Text

  • Object

  • Date & Time

  • File

  • True/False

  • Number

A data set for an input field may also be a list of a supported type.

Dropdown

Required

Indicates that a field is required during card setup.

The default is True.

True/False

Output fields

Outputs fields are the draggable tiles on action cards that return data from a service to a flow. To exchange data, a user can drag these outputs from the connector into the inputs of other cards within their flow.

To add output fields on a Return Outputs card, click Add Outputs.

Field Definition Type

Group Name

Group names allow you to group fields in a logical or thematic order to make them more understandable for the card user.

Output fields that are dynamically imported from an app or project must be grouped under a single group name.

Text

Label

The name shown for the field. It appears above the value on the card.

Text

Field Type

Specifies the type of output field on the action card.

Text Field is the only option for output fields.

Dropdown

Data Type

Describes the expected value of the data provided by the card user.

The following data types are supported for output fields:

  • Text

  • Object

  • Date & Time

  • File

  • True/False

  • Number

  • List

A data set for an input field may also be a list of a supported type.

Dropdown