You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/workflow-definition-language-functions-reference.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.suite: integration
6
6
ms.reviewer: estfan, niding, azla
7
7
ms.topic: reference
8
8
ms.custom: engagement-fy23
9
-
ms.date: 04/07/2023
9
+
ms.date: 12/13/2023
10
10
---
11
11
12
12
# Reference guide to workflow expression functions in Azure Logic Apps and Power Automate
@@ -102,7 +102,7 @@ To work with strings, you can use these string functions and also some [collecti
102
102
|[formatNumber](../logic-apps/workflow-definition-language-functions-reference.md#formatNumber)| Return a number as a string based on the specified format |
103
103
|[guid](../logic-apps/workflow-definition-language-functions-reference.md#guid)| Generate a globally unique identifier (GUID) as a string. |
104
104
|[indexOf](../logic-apps/workflow-definition-language-functions-reference.md#indexof)| Return the starting position for a substring. |
105
-
|[isFloat](../logic-apps/workflow-definition-language-functions-reference.md#isInt)| Return a boolean that indicates whether a string is a floating-point number. |
105
+
|[isFloat](../logic-apps/workflow-definition-language-functions-reference.md#isFloat)| Return a boolean that indicates whether a string is a floating-point number. |
106
106
|[isInt](../logic-apps/workflow-definition-language-functions-reference.md#isInt)| Return a boolean that indicates whether a string is an integer. |
107
107
|[lastIndexOf](../logic-apps/workflow-definition-language-functions-reference.md#lastindexof)| Return the starting position for the last occurrence of a substring. |
108
108
|[length](../logic-apps/workflow-definition-language-functions-reference.md#length)| Return the number of items in a string or array. |
@@ -157,6 +157,8 @@ To work with conditions, compare values and expression results, or evaluate vari
157
157
|[greater](../logic-apps/workflow-definition-language-functions-reference.md#greater)| Check whether the first value is greater than the second value. |
158
158
|[greaterOrEquals](../logic-apps/workflow-definition-language-functions-reference.md#greaterOrEquals)| Check whether the first value is greater than or equal to the second value. |
159
159
|[if](../logic-apps/workflow-definition-language-functions-reference.md#if)| Check whether an expression is true or false. Based on the result, return a specified value. |
160
+
|[isFloat](../logic-apps/workflow-definition-language-functions-reference.md#isFloat)| Return a boolean that indicates whether a string is a floating-point number. |
161
+
|[isInt](../logic-apps/workflow-definition-language-functions-reference.md#isInt)| Return a boolean that indicates whether a string is an integer. |
160
162
|[less](../logic-apps/workflow-definition-language-functions-reference.md#less)| Check whether the first value is less than the second value. |
161
163
|[lessOrEquals](../logic-apps/workflow-definition-language-functions-reference.md#lessOrEquals)| Check whether the first value is less than or equal to the second value. |
162
164
|[not](../logic-apps/workflow-definition-language-functions-reference.md#not)| Check whether an expression is false. |
0 commit comments