Flow Inputs & Outputs Tab

Use this tab to enter the input to the flow and the flow output. This tab is particularly useful when you create blank flows that are not attached to any triggers.

Both the Input as well as Output tabs have two views:
  • JSON schema view

    You can enter either the JSON data or JSON schema in this view. You must click Save to save your changes. If you entered JSON data, the data gets converted to a JSON schema automatically when you click Save.

  • list view

    This view allows you to view the data that you entered in the JSON schema view in a list format. Optionally, you can enter your data directly in this view by adding parameters one at a time. You can also mark any parameters as required by selecting its checkbox. When creating a parameter, if you select its data type as an array or an object, an ellipsis () appear to the right of the data type. Click the ellipsis to provide a schema for the object or array and either click Save to save the changes or Discard to discard your changes.