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/logic-apps-perform-data-operations.md
+18-24Lines changed: 18 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,11 +199,11 @@ To confirm whether the **Compose** action creates the expected results, send you
199
199
200
200
:::image type="content" source="media/logic-apps-perform-data-operations/send-email-compose-action-standard.png" alt-text="Screenshot shows Consumption workflow designer, the action named Send an email, and output from the preceding Compose action." lightbox="media/logic-apps-perform-data-operations/send-email-compose-action-standard.png":::
201
201
202
-
1. Save your workflow, and then manually run your workflow. On the workflow navigation menu, select **Overview** > **Run Trigger** > **Run**.
202
+
1. Save your workflow, and then manually run your workflow. On the workflow navigation menu, select **Overview**. On the **Overview** page toolbar, select **Run** > **Run**.
203
203
204
204
---
205
205
206
-
If you used the Office 365 Outlook action, you get a result similar to the following screenshot:
206
+
If you used the Office 365 Outlook action, the following example shows the result:
207
207
208
208
:::image type="content" source="media/logic-apps-perform-data-operations/compose-email-results.png" alt-text="Screenshot shows email with results from the Compose action.":::
209
209
@@ -221,35 +221,29 @@ To try the **Create CSV table** action, follow these steps by using the workflo
221
221
222
222
This example uses the Azure portal and a sample workflow with the **Recurrence** trigger followed by an **Initialize variable** action. The action is set up to create a variable where the initial value is an array that has some properties and values in JSON format.
223
223
224
-

225
-
226
-
1. In your workflow where you want to create the CSV table, follow one of these steps:
227
-
228
-
* To add an action under the last step, select **New step**.
229
-
230
-
* To add an action between steps, move your mouse over the connecting arrow so the plus sign (**+**) appears. Select the plus sign, and then select **Add an action**.
231
-
232
-
1. Under the **Choose an operation** search box, select **Built-in**. In the search box, enter **create csv table**.
1. From the actions list, select the action named **Create CSV table**.
228
+
:::image type="content" source="media/logic-apps-perform-data-operations/sample-start-create-table-action-consumption.png" alt-text="Screenshot shows Consumption workflow designer with action named Create CSV table." lightbox="media/logic-apps-perform-data-operations/sample-start-create-table-action-consumption.png":::
235
229
236
-

230
+
1. [Follow these general steps to add the **Data Operations** action named **Create CSV table**](create-workflow-with-trigger-or-action.md?tabs=consumption#add-action).
237
231
238
-
1. In the **From** box, enter the array or expression to use for creating the table.
232
+
1. On the designer, select the **Create CSV table** action, if not already selected. In the **From** box, enter the array or expression to use for creating the table.
239
233
240
-
For this example, select inside the **From** box, which opens the dynamic content list. From that list, select the previously created variable:
234
+
For this example, select inside the **From** box, and select the dynamic content list (lightning icon). From that list, select the **myJSONArray** variable:
241
235
242
-

236
+
:::image type="content" source="media/logic-apps-perform-data-operations/configure-create-csv-table-action-consumption.png" alt-text="Screenshot shows Consumption workflow designer, action named Create CSV table, and the selected input to use." lightbox="media/logic-apps-perform-data-operations/configure-create-csv-table-action-consumption.png":::
243
237
244
-
> [!NOTE]
238
+
> [!TIP]
245
239
>
246
240
> To create user-friendly tokens for the properties in JSON objects so that you can select
247
241
> those properties as inputs, use the action named [Parse JSON](#parse-json-action)
248
242
> before you use the **Create CSV table** action.
249
243
250
244
The following screenshot shows the finished example **Create CSV table** action:
251
245
252
-

246
+
:::image type="content" source="media/logic-apps-perform-data-operations/finished-create-csv-table-action-consumption.png" alt-text="Screenshot shows Consumption workflow designer and finished example Create CSV table action." lightbox="media/logic-apps-perform-data-operations/finished-create-csv-table-action-consumption.png":::
253
247
254
248
1. Save your workflow. On the designer toolbar, select **Save**.
255
249
@@ -451,7 +445,7 @@ To confirm whether the **Create CSV table** action creates the expected results,
451
445
452
446
---
453
447
454
-
If you used the Office 365 Outlook action, you get a result similar to the following screenshot:
448
+
If you used the Office 365 Outlook action, the following example shows the result:
455
449
456
450

457
451
@@ -705,7 +699,7 @@ To confirm whether the **Create HTML table** action creates the expected results
705
699
706
700
---
707
701
708
-
If you used the Office 365 Outlook action, you get a result similar to the following screenshot:
702
+
If you used the Office 365 Outlook action, the following example shows the result:
709
703
710
704

711
705
@@ -857,7 +851,7 @@ To confirm whether **Filter array** action creates the expected results, send yo
857
851
858
852
---
859
853
860
-
If you used the Office 365 Outlook action, you get a result similar to the following screenshot:
854
+
If you used the Office 365 Outlook action, the following example shows the result:
861
855
862
856

863
857
@@ -979,7 +973,7 @@ To confirm whether the **Join** action creates the expected results, send yourse
979
973
980
974
---
981
975
982
-
If you used the Office 365 Outlook action, you get a result similar to the following screenshot:
976
+
If you used the Office 365 Outlook action, the following example shows the result:
983
977
984
978

985
979
@@ -1214,7 +1208,7 @@ To confirm whether the **Parse JSON** action creates the expected results, send
1214
1208
1215
1209
---
1216
1210
1217
-
If you used the Office 365 Outlook action, you get a result similar to the following screenshot:
1211
+
If you used the Office 365 Outlook action, the following example shows the result:
1218
1212
1219
1213

1220
1214
@@ -1376,7 +1370,7 @@ To confirm whether the **Select** action creates the expected results, send your
1376
1370
1377
1371
---
1378
1372
1379
-
If you used the Office 365 Outlook action, you get a result similar to the following screenshot:
1373
+
If you used the Office 365 Outlook action, the following example shows the result:
1380
1374
1381
1375

0 commit comments