Skip to content

Commit c5c2294

Browse files
authored
Updates per blog post
1 parent 4564683 commit c5c2294

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-logic-apps
66
ms.suite: integration
77
ms.reviewer: estfan, kewear, azla
88
ms.topic: how-to
9-
ms.date: 01/31/2025
9+
ms.date: 02/12/2025
1010
# Customer intent: As a developer, I want to convert data between different formats for a Standard workflow in Azure Logic Apps by creating a map with Visual Studio Code.
1111
---
1212

@@ -34,12 +34,16 @@ 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"**.
38+
3739
- 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.
3840

3941
- To call maps created with Data Mapper, you can only use the **Data Mapper Operations** action named **Transform using Data Mapper XSLT**. [For maps created by any other tool, use the **XML Operations** action named **Transform XML**](logic-apps-enterprise-integration-transform.md).
4042

4143
- To use the maps that you create with Data Mapper with workflows in the Azure portal, you must [add them directly to your Standard logic app resource](logic-apps-enterprise-integration-maps.md?tabs=standard#add-map-to-standard-logic-app-resource).
4244

45+
- Custom functions currently aren't supported in this release.
46+
4347
## Prerequisites
4448

4549
- [Visual Studio Code and the Azure Logic Apps (Standard) extension](create-single-tenant-workflows-visual-studio-code.md#prerequisites) to create Standard logic app workflows.

0 commit comments

Comments
 (0)