Skip to content

Commit 7f3fd09

Browse files
author
ecfan
committed
Clarity edits
1 parent f2c1e38 commit 7f3fd09

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

articles/logic-apps/logic-apps-data-operations-code-samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ To try the [**Select** action example](../logic-apps/logic-apps-perform-data-ope
363363
},
364364
```
365365

366-
The following action definitions create a string array from a JSON object array:
366+
The following example shows action definitions that create a string array from a JSON object array, but for this task, next to the **Map** box, switch to text mode (![Icon for text mode.](media/logic-apps-perform-data-operations/text-mode.png)) in the designer, or use the code view editor instead:
367367

368368
```json
369369
"actions": {

articles/logic-apps/logic-apps-perform-data-operations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,9 @@ To try the **Select** action, follow these steps by using the workflow designer.
12091209

12101210
> [!TIP]
12111211
>
1212-
> To create an array that contains strings or integers built from the values in a JSON object array, you must use the code view editor. See [Data operation code examples - Select](../logic-apps/logic-apps-data-operations-code-samples.md#select-action-example).
1212+
> For an example that creates create an array with strings or integers built from the values in a JSON object array,
1213+
> see the **Select** and **Initliaze variable** action definitions in
1214+
> [Data operation code examples - Select](../logic-apps/logic-apps-data-operations-code-samples.md#select-action-example).
12131215

12141216
### [Consumption](#tab/consumption)
12151217

246 Bytes
Loading

0 commit comments

Comments
 (0)