Skip to content

Commit e06d9ff

Browse files
Merge pull request #233837 from ecfan/patch-5
Azure Logic Apps: Updates about .NET XPath library support
2 parents a9f6b75 + 8305213 commit e06d9ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/logic-apps/workflow-definition-language-functions-reference.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, niding, azla
77
ms.topic: reference
88
ms.custom: engagement-fy23
9-
ms.date: 09/20/2022
9+
ms.date: 04/07/2023
1010
---
1111

1212
# Reference guide to workflow expression functions in Azure Logic Apps and Power Automate
@@ -5343,6 +5343,11 @@ And returns this result XML:
53435343

53445344
Check XML for nodes or values that match an XPath (XML Path Language) expression, and return the matching nodes or values. An XPath expression, or just "XPath", helps you navigate an XML document structure so that you can select nodes or compute values in the XML content.
53455345

5346+
> [!NOTE]
5347+
>
5348+
> In Consumption and Standard logic apps, all function expressions use the [.NET XPath library](/dotnet/api/system.xml.xpath).
5349+
> XPath expressions are compatible with the underlying .NET library and support only the expression that the underlying .NET library supports.
5350+
53465351
```
53475352
xpath('<xml>', '<xpath>')
53485353
```

0 commit comments

Comments
 (0)