The I/O operators (or Input/Output operators) let you input data, create tables and values, and output data to components. You can also use the Console operator for troubleshooting your Data Workflows in the DevTools Console.
I/O Operators
Below is a list of the Data Workflow I/O operators with descriptions of how to use them.
Operator | Description |
---|---|
Lets you retrieve data from another component and bring it into your Data Workflow. Use the Component drop-down to select an existing component in your module. Set Required to | |
Creates a single object that contains all fields referenced in the Component and Component 1-5 fields. Use the Component 1-5 fields to add additional fields to your object. You can use this operator instead of an Input operator if you need to retrieve data from more than one source.
| |
An Output operator marks the end of a Data Workflow path. Use the Component setting to select a component in your module to output the data. The Action setting applies to the component selected in the Component field. This operator is commonly used for outputting data by setting the Action field to
| |
Applies the same output action to multiple components simultaneously. Select up to five existing components in the Component 1-5 fields. The action varies depending on your selection from the Action setting. The Set Outputs operator lets you create the trigger value using the setValue setting. This operator is commonly used for outputting data by setting the Action to
| |
Watches the progress of data passing through your Data Workflow operators. This operator is useful for monitoring and troubleshooting individual steps in the DevTools Console.
| |
Creates an empty table (array of objects). Use the Number of Rows setting to define how many empty rows (objects) to add. You can set Create Index to | |
Lets you create a value and pass it into the Data Workflow. This operator can create a number, string, or Boolean value. You can either set the value directly in the Value/Expression field or use |