Lookup Enricher
Description
The Lookup enricher allows to bring to the scenario data looked up in the database table. The Lookup is autogenerated based on the integration with a database system like Postgres or MySQL; its name will be Integration-name Lookup. Go to the Admin Panel, Integrations tab to configure integration with your database. Consult Step by Step instructions for details on how to configure your integration. .
Parameters and configuration
| Name | Description |
|---|---|
| Table | Table to be to looked up |
| Cache TTL | How long the lookup result can be cached. Lookups which use cached values are faster |
| Key column | Column which will be used to match the Key value. Typically some kind of an identifier |
| Key value | Value used to search through the table for the matching record. |
| Output variable name | This variable will contain the result of the Lookup |