Look up a value in a GoFormz DataSource using the key, and return the value from the corresponding column

Syntax

=Database(dataSourceName, key, columnHeader)

dataSourceName Required.

key Required.

columnHeader Required.

Examples

FormulaDescriptionResult
=Database("AXIS Customer List", [Customer Name], "Address")Uses the value in [Customer Name] as the key, and returns the value from the Address column that matches the key in that row234 Main