Skip to content

Commit 31aa966

Browse files
authored
Merge pull request #98232 from bolt-io/patch-21
Fixed output claim type in StringSubstring transformation
2 parents 63e92aa + 37fade8 commit 31aa966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/string-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ Extracts parts of a string claim type, beginning at the character at the specifi
10621062
| InputClaim | inputClaim | string | The claim type, which contains the string. |
10631063
| InputParameter | startIndex | int | The zero-based starting character position of a substring in this instance. |
10641064
| InputParameter | length | int | The number of characters in the substring. |
1065-
| OutputClaim | outputClaim | boolean | A string that is equivalent to the substring of length that begins at startIndex in this instance, or Empty if startIndex is equal to the length of this instance and length is zero. |
1065+
| OutputClaim | outputClaim | string | A string that is equivalent to the substring of length that begins at startIndex in this instance, or Empty if startIndex is equal to the length of this instance and length is zero. |
10661066

10671067
### Example of StringSubstring
10681068

0 commit comments

Comments
 (0)