Skip to content

Commit 894fe22

Browse files
authored
Updated per feedback
1 parent a9f6b75 commit 894fe22

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

+5-1
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
@@ -20,6 +20,10 @@ 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.
2327
2428
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:
2529

0 commit comments

Comments
 (0)