Passing data using outputs
Often, you need to transfer or pass data between s to provide context and data, for example, when pressing on a customer in a list, the customer ID is passed to the order form, prepopulating the customer's details. This is accomplished by utilizing inputs and outputs.
Outputs are configured in a and are then used as an input in a composite to pass data between the s in the composite . This configuration is suitable for creating master detail screens, clicking on a component in one jig, populates the components and data in the next screen. Passing data values between s works both ways.
- The receiving configuration uses the format similar to [email protected]. Use IntelliSense (ctrl+space) to assist with configuration.
The output and input work in conjunction with each other.
outputs: output-key: [email protected]
Input: In the receiving jig.composite configure the input for the data. Example: inputs: id: [email protected]