mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Updated wording for lookup transform doc
This commit is contained in:
@@ -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**:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user