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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,11 +143,11 @@ To work with conditions, compare values and expression results, or evaluate vari
143
143
To change a value's type or format, you can use these conversion functions. For example, you can change a value from a Boolean to an integer. For more information about how Logic Apps handles content types during conversion, see [Handle content types](../logic-apps/logic-apps-content-type.md). For the full reference about each function, see the [alphabetical list](../logic-apps/workflow-definition-language-functions-reference.md#alphabetical-list).
144
144
145
145
> [!IMPORTANT]
146
-
> The Logic Apps service automatically or implicitly converts values between specific data types,
147
-
> which means that you don't have to manually or explicitly convert those values by using the
148
-
> corresponding functions. If you use these functions in the designer or code view, Logic Apps
149
-
> removes those functions after you save your logic app because the conversion happens automatically.
150
-
> For more information, see [Implicit data type conversions](#implicit-data-conversions).
146
+
> The Logic Apps service automatically converts values between specific data types, which means
147
+
> that you don't have to manually convert between those types by using the relevant expressions.
148
+
> If you use these expressions in the designer or code view, Logic Apps removes those expressions
149
+
> after you save your logic app because these conversions happen automatically. For more information,
150
+
> see [Implicit data type conversions](#implicit-data-conversions).
151
151
152
152
| Conversion function | Task |
153
153
| ------------------- | ---- |
@@ -179,19 +179,19 @@ To change a value's type or format, you can use these conversion functions. For
179
179
180
180
## Implicit data type conversions
181
181
182
-
The Logic Apps service automatically or implicitly converts values between specific data types, which means that you don't have to manually or explicitly convert those values by using the corresponding functions. If you use these functions in the designer or code view, Logic Apps removes those functions after you save your logic app because the conversion happens automatically.
182
+
The Logic Apps service automatically or implicitly converts values between specific data types, which means that you don't need to manually or explicitly convert between those types by using the relevant expressions. Actually, if you use these expressions in the designer or code view, Logic Apps removes the expressions after you save your logic app because the conversions happen automatically.
183
183
184
-
This table describes the conversions that Logic Apps implicitly makes:
184
+
This table describes the data type conversions that Logic Apps automatically makes and the expressions that you'd typically use when manually performing these conversions but should omit:
0 commit comments