Skip to content

Commit e6f02e3

Browse files
authored
Merge pull request #89240 from cmmdesai/expression-update-9-20
Updated SelectUniqueValue note
2 parents fcd39cd + 82cc9ac commit e6f02e3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/active-directory/manage-apps/functions-for-customizing-application-data.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,10 @@ SelectUniqueValue(uniqueValueRule1, uniqueValueRule2, uniqueValueRule3, …)
174174
Requires a minimum of two arguments, which are unique value generation rules defined using expressions. The function evaluates each rule and then checks the value generated for uniqueness in the target app/directory. The first unique value found will be the one returned. If all of the values already exist in the target, the entry will get escrowed and the reason gets logged in the audit logs. There is no upper bound to the number of arguments that can be provided.
175175

176176
> [!NOTE]
177-
>1. This is a top-level function, it cannot be nested.
178-
>2. This function cannot be applied to attributes that have a matching precedence.
179-
>3. This function is only meant to be used for entry creations. When using it with an attribute, set the **Apply Mapping** property to **Only during object creation**.
177+
> - This is a top-level function, it cannot be nested.
178+
> - This function cannot be applied to attributes that have a matching precedence.
179+
> - This function is only meant to be used for entry creations. When using it with an attribute, set the **Apply Mapping** property to **Only during object creation**.
180+
> - This function is currently only supported for "Workday to Active Directory User Provisioning". It cannot be used with other provisioning applications.
180181
181182

182183
**Parameters:**<br>
@@ -206,7 +207,7 @@ Returns a single appRoleAssignment from the list of all appRoleAssignments assig
206207
Split(source, delimiter)
207208

208209
**Description:**<br>
209-
Splits a string into a mulit-valued array, using the specified delimiter character.
210+
Splits a string into a multi-valued array, using the specified delimiter character.
210211

211212
**Parameters:**<br>
212213

0 commit comments

Comments
 (0)