Outcome types
Outcome values in Detect are of two types:
*
scalar outcome values – for example, timestamp, customer ID, rule ID of the Action, etc. These values are passed out of Detect as a single value string and are stored in the main trigger table. One field is created in the main trigger table for each scalar value.
*
tabular outcome values – additional information from containers. These values can be stored in additional trigger tables associated with the main trigger table. One trigger table is created for each tabular value in the outcome. In other words, one main trigger table is created for each component, and multiple additional tables can be associated with that main trigger table.