Skip to content

Commit 5bedd33

Browse files
authored
table error
1 parent d730b79 commit 5bedd33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory/cloud-provisioning/reference-expressions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ The syntax for Expressions for Attribute Mappings is reminiscent of Visual Basic
5555
|[IsNull](#isnull)|If the expression evaluates to Null, then the IsNull function returns true.|
5656
|[IsNullOrEmpty](#isnullorempty)|If the expression is null or an empty string, then the IsNullOrEmpty function returns true.|
5757
|[IsPresent](#ispresent)|If the expression evaluates to a string that is not Null and is not empty, then the IsPresent function returns true.|
58-
|[IsString](#isstring)|If the expression can be evaluated to a string type, then the IsString function evaluates to True.| |[Item](#item)|The Item function returns one item from a multi-valued string/attribute.|
58+
|[IsString](#isstring)|If the expression can be evaluated to a string type, then the IsString function evaluates to True.|
59+
|[Item](#item)|The Item function returns one item from a multi-valued string/attribute.|
5960
|[Join](#join) |Join() is similar to Append(), except that it can combine multiple **source** string values into a single string, and each value will be separated by a **separator** string.|
6061
|[Left](#left)|The Left function returns a specified number of characters from the left of a string.|
6162
|[Mid](#mid) |Returns a substring of the source value. A substring is a string that contains only some of the characters from the source string.|

0 commit comments

Comments
 (0)