Skip to content

Commit 350683f

Browse files
authored
Update workflow-definition-language-functions-reference.md
adjust the comparison functions, including the functions: IsInt and IsFloat as they appear in Power Automate
1 parent 23fb44b commit 350683f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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#isInt) | 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)