Skip to content

Commit ce7fa7f

Browse files
authored
Merge pull request #117835 from pplferreira/patch-1
Update workflow-definition-language-functions-reference.md
2 parents 255fdb4 + 4fbcf9d commit ce7fa7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
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: 04/07/2023
9+
ms.date: 12/13/2023
1010
---
1111

1212
# 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
102102
| [formatNumber](../logic-apps/workflow-definition-language-functions-reference.md#formatNumber) | Return a number as a string based on the specified format |
103103
| [guid](../logic-apps/workflow-definition-language-functions-reference.md#guid) | Generate a globally unique identifier (GUID) as a string. |
104104
| [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. |
106106
| [isInt](../logic-apps/workflow-definition-language-functions-reference.md#isInt) | Return a boolean that indicates whether a string is an integer. |
107107
| [lastIndexOf](../logic-apps/workflow-definition-language-functions-reference.md#lastindexof) | Return the starting position for the last occurrence of a substring. |
108108
| [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
157157
| [greater](../logic-apps/workflow-definition-language-functions-reference.md#greater) | Check whether the first value is greater than the second value. |
158158
| [greaterOrEquals](../logic-apps/workflow-definition-language-functions-reference.md#greaterOrEquals) | Check whether the first value is greater than or equal to the second value. |
159159
| [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. |
160162
| [less](../logic-apps/workflow-definition-language-functions-reference.md#less) | Check whether the first value is less than the second value. |
161163
| [lessOrEquals](../logic-apps/workflow-definition-language-functions-reference.md#lessOrEquals) | Check whether the first value is less than or equal to the second value. |
162164
| [not](../logic-apps/workflow-definition-language-functions-reference.md#not) | Check whether an expression is false. |

0 commit comments

Comments
 (0)