Updated wording for lookup transform doc

This commit is contained in:
tyler-mairose-sp
2022-11-02 14:08:28 -04:00
parent 364c124b69
commit 7c42af99cf

View File

@@ -57,7 +57,7 @@ transform involves a `table` entry of key-value pairs:
string the transform returns if it matches the key. string the transform returns if it matches the key.
:::tip :::tip
A default key must be specified otherwise an error will be returned A default key must be specified. Otherwise, an error will be returned
if there are no matching values in your table. if there are no matching values in your table.
::: :::
@@ -73,8 +73,8 @@ transform involves a `table` entry of key-value pairs:
## Examples ## Examples
This transform tries to map a telephone area code to a city in Texas. If there This transform tries to map a telephone area code to a city in Texas. If there
is no provided area code in one of the provided four values, the is no area code in the four provided values, the transform will return the
transform will return the default value of `Unknown Area". default value, `Unknown Area`.
**Transform Request Body**: **Transform Request Body**: