Skip to content

Commit 9b63d03

Browse files
authored
Fix Filter function string comparison example
1 parent c5c2294 commit 9b63d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/logic-apps/create-maps-data-transformation-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This how-to guide shows how to create an empty data map, choose your source and
3434

3535
- The layout and item positions in Data Mapper are currently automatic and read only.
3636

37-
- The **Filter** function correctly processes numeric conditions that are enclosed by double quotation marks, for example, **">=10**. However, this function currently doesn't consistently behave for string comparisons such as a check on whether an item name is **= "Pen"**.
37+
- The **Filter** function correctly processes numeric conditions that are enclosed by double quotation marks, for example, **">=10"**. However, this function currently doesn't consistently behave for string comparisons such as a check on whether an item name is **"= 'Pen'"**.
3838

3939
- When you create a mapping between the parent array elements in the source and target schemas, the mapper automatically adds a loop to iterate through the array item elements. However, you must still explicitly create mappings between the source and target array item elements.
4040

0 commit comments

Comments
 (0)