Flow Input & 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 accordion tab.
Both these tabs (the Input tab and the Output tab) have two views:
- JSON schema view:
You can enter either the JSON data or the JSON schema in this view. Click Save to save your changes or Discard to revert the changes. If you entered JSON data, the data is converted to a JSON schema automatically when you click Save.
- List view:
This view displays 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.
- Use an app-level schema by selecting
Use an app-level schema. On the
Schemas page that appears, click
Select beside the schema that you want to use. The name of the schema is displayed beside
Use an app-level schema and the schema is displayed in a read-only mode.
Note: You cannot edit an app-level schema in the List view if Use an app-level schema is selected. To edit an app-level schema, follow the instructions in the section Editing an App-level Schema. You can, however, switch to another app-level schema by clicking Change and selecting another app-level schema. You can also unbind the app-level schema (by deselecting Use an app-level schema) from a trigger, activity, or the input and output of a flow. After you unbind the app-level schema, you can make changes to it using the schema editor in the List view.
- Click Save to save the changes or Discard to discard your changes.