Skip to content

Commit 8305213

Browse files
authored
Move note to xpath function
1 parent 894fe22 commit 8305213

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ For workflow definitions in [Azure Logic Apps](../logic-apps/logic-apps-overview
2020
> Azure Logic Apps documentation. Although this page refers specifically to logic app workflows,
2121
> these functions work for both flows and logic app workflows. For more information about functions
2222
> and expressions in Power Automate, review [Use expressions in conditions](/power-automate/use-expressions-in-conditions).
23-
>
24-
> In Consumption and Standard logic apps, all function expressions use the [.NET XPath library](/dotnet/api/system.xml.xpath).
25-
> XPath expressions are compatible with the underlying .NET library and support only the expression
26-
> that the underlying .NET library supports.
2723
2824
For example, you can calculate values by using math functions, such as the [add()](../logic-apps/workflow-definition-language-functions-reference.md#add) function, when you want the sum from integers or floats. Here are other example tasks that you can perform with functions:
2925

@@ -5347,6 +5343,11 @@ And returns this result XML:
53475343

53485344
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.
53495345

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+
53505351
```
53515352
xpath('<xml>', '<xpath>')
53525353
```

0 commit comments

Comments
 (0)