DB Lookup Dynamic component documentation

The value of the Key Attribute in the DB Lookup Dynamic component is represented in a predefined variable, which is used as a placeholder in the WHERE clause of the query. The documentation uses the name of this variable in wrong case. The correct name is Lookup and as variable names in the execution environment are case sensitive it needs to be used in exactly that style.

Thus the basic structure of the query for the DB Lookup Dynamic component is:

SELECT <value attribute>
FROM <lookup table>
WHERE <key attribute> = '[Lookup]'