Skip to content

Commit 06ddd2b

Browse files
author
ecfan
committed
Fix example
1 parent e64c3a8 commit 06ddd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/logic-apps/create-maps-data-transformation-visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ In the following example, when the purchase quantity exceeds 20 items, the mappi
308308

309309
| Function group | Function | Purpose in this example |
310310
|----------------|----------|-------------------------|
311-
| **Comparison** | **Greater** | Check whether item quantity is greater than 20. |
311+
| **Comparison** | **Greater** | Check whether purchase quantity is more than 20. |
312312
| **Comparison** | **If** | Check whether the **Greater** function returns true. |
313-
| **Math** | **Multiply** | Calculate the discount by multiplying the item price by 10% and the item quantity. |
313+
| **Math** | **Multiply** | If condition is true, multiply the item price by 10% to calculate the discount. |
314314

315315
1. In the **Source** and **Destination** panes, find the elements to map in your scenario.
316316

0 commit comments

Comments
 (0)