Table Templates
Table templates perform lookup functions over an inline or database table.
Template name | Template format | Return type |
---|---|---|
lookup | lookup <column> from table <table> filtered by <filter> otherwise use <default> | type of column |
lookup | lookup <column> from table <table> where <column> equals <value> otherwise use <default> | type of column |