Flow Input and Output Tab

Use these tabs to configure the input to the flow and the flow output. These tabs are particularly useful when you create blank flows that are not attached to any triggers.

Note: The schemas for input and output to a flow can be entered or modified only on this Flow Inputs & Outputs tab. You cannot coerce the flow input or output from outside this tab.

Both the tabs (Input tab and Output tab) have two views:

  • JSON schema view:

    You can enter either the JSON data or the JSON schema in this view. ClickSave to save your changes or Discard to revert the changes. If you have entered JSON data, the data is 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. In this view, you can:

    • Enter your data directly by adding parameters one at a time.
    • Mark parameters as required by selecting its checkbox.
    • When creating a parameter, if you select its data type like an array or an object, an ellipsis (…) appears to the right of the data type. Click the ellipsis to provide a schema for the object or array.
    • Click Save to save the changes or Discard to discard your changes.