Skip to content

Commit ccd79f3

Browse files
Merge pull request #89328 from ecfan/operations
UX and content updates for data operation actions
2 parents 67f3582 + 8cb6e21 commit ccd79f3

File tree

42 files changed

+295
-466
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+295
-466
lines changed

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

Lines changed: 13 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,22 @@
11
---
2-
# required metadata
3-
title: Data operation samples - Azure Logic Apps | Microsoft Docs
4-
description: Code samples for data operation action definitions in Azure Logic Apps
2+
title: Data operation samples - Azure Logic Apps
3+
description: Code samples for data operation actions in Azure Logic Apps
54
services: logic-apps
65
ms.service: logic-apps
6+
ms.suite: integration
77
author: ecfan
88
ms.author: estfan
9-
manager: jeconnoc
10-
ms.topic: reference
11-
ms.date: 07/25/2018
12-
13-
# optional metadata
9+
manager: carmonm
1410
ms.reviewer: klam, LADocs
15-
ms.suite: integration
11+
ms.topic: reference
12+
ms.date: 09/01/2019
1613
---
1714

1815
# Data operation code samples for Azure Logic Apps
1916

20-
Here are the code samples for the data operation action definitions in the article,
21-
[Perform data operations](../logic-apps/logic-apps-perform-data-operations.md).
22-
You can use these samples for when you want to try the examples with your own
23-
logic app's underlying workflow definition, Azure subscription, and API connections.
24-
Just copy and paste these action definitions into the code view editor for
25-
your logic app's workflow definition, and then modify the definitions for your specific workflow.
17+
Here are the code samples for the data operation action definitions in the article, [Perform data operations](../logic-apps/logic-apps-perform-data-operations.md). You can use these samples for when you want to try the examples with your own logic app's underlying workflow definition, Azure subscription, and API connections. Just copy and paste these action definitions into the code view editor for your logic app's workflow definition, and then modify the definitions for your specific workflow.
2618

27-
Based on JavaScript Object Notation (JSON) standards,
28-
these action definitions appear in alphabetical order.
29-
However, in the Logic App Designer, each definition appears
30-
in the correct sequence within your workflow because each
31-
action definition's `runAfter` property specifies the run order.
19+
Based on JavaScript Object Notation (JSON) standards, these action definitions appear in alphabetical order. However, in the Logic App Designer, each definition appears in the correct sequence within your workflow because each action definition's `runAfter` property specifies the run order.
3220

3321
<a name="compose-action-example"></a>
3422

@@ -105,8 +93,7 @@ here are the action definitions you can use:
10593

10694
## Create CSV table
10795

108-
To try the [**Create CSV table** action example](../logic-apps/logic-apps-perform-data-operations.md#create-csv-table-action),
109-
here are the action definitions you can use:
96+
To try the [**Create CSV table** action example](../logic-apps/logic-apps-perform-data-operations.md#create-csv-table-action), here are the action definitions you can use:
11097

11198
```json
11299
"actions": {
@@ -197,8 +184,7 @@ here are the action definitions you can use:
197184

198185
## Filter array
199186

200-
To try the [**Filter array** action example](../logic-apps/logic-apps-perform-data-operations.md#filter-array-action),
201-
here are the action definitions you can use:
187+
To try the [**Filter array** action example](../logic-apps/logic-apps-perform-data-operations.md#filter-array-action), here are the action definitions you can use:
202188

203189
```json
204190
"actions": {
@@ -239,8 +225,7 @@ here are the action definitions you can use:
239225

240226
## Join
241227

242-
To try the [**Join** action example](../logic-apps/logic-apps-perform-data-operations.md#join-action),
243-
here are the action definitions you can use:
228+
To try the [**Join** action example](../logic-apps/logic-apps-perform-data-operations.md#join-action), here are the action definitions you can use:
244229

245230
```json
246231
"actions": {
@@ -281,8 +266,7 @@ here are the action definitions you can use:
281266

282267
## Parse JSON
283268

284-
To try the [**Parse JSON** action example](../logic-apps/logic-apps-perform-data-operations.md#parse-json-action),
285-
here are the action definitions you can use:
269+
To try the [**Parse JSON** action example](../logic-apps/logic-apps-perform-data-operations.md#parse-json-action), here are the action definitions you can use:
286270

287271
```json
288272
"actions": {
@@ -341,8 +325,7 @@ here are the action definitions you can use:
341325

342326
## Select
343327

344-
To try the [**Select** action example](../logic-apps/logic-apps-perform-data-operations.md#select-action),
345-
here are the action definitions you can use:
328+
To try the [**Select** action example](../logic-apps/logic-apps-perform-data-operations.md#select-action), here are the action definitions you can use:
346329

347330
```json
348331
"actions": {
@@ -381,11 +364,6 @@ here are the action definitions you can use:
381364
},
382365
```
383366

384-
## Get support
385-
386-
* For questions, visit the [Azure Logic Apps forum](https://social.msdn.microsoft.com/Forums/en-US/home?forum=azurelogicapps).
387-
* To submit or vote on feature ideas, visit the [Logic Apps user feedback site](https://aka.ms/logicapps-wish).
388-
389367
## Next steps
390368

391369
* [Perform data operations](../logic-apps/logic-apps-perform-data-operations.md)

0 commit comments

Comments
 (0)