Skip to content

Commit 8aa3e6b

Browse files
author
ecfan
committed
Compose updates
1 parent 3c8da1d commit 8aa3e6b

7 files changed

+18
-24
lines changed

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

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,11 @@ To confirm whether the **Compose** action creates the expected results, send you
199199

200200
:::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":::
201201

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**.
203203

204204
---
205205

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:
207207

208208
:::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.":::
209209

@@ -221,35 +221,29 @@ To try the **Create CSV table** action, follow these steps by using the workflo
221221

222222
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.
223223

224-
![Screenshot showing the Azure portal and the designer with a sample Consumption workflow for the "Create CSV table" action.](./media/logic-apps-perform-data-operations/sample-start-create-table-action-consumption.png)
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**.
224+
| Operation | Properties and values |
225+
|-----------|-----------------------|
226+
| **Initialize variable** | - **Name**: myJSONArray <br>- **Type**: Array <br>- **Value**: `[ { "Description": "Apples", "Product_ID": 1 }, { "Description": "Oranges", "Product_ID": 2 }]` |
233227

234-
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":::
235229

236-
![Screenshot showing the designer for a Consumption workflow, the "Choose an operation" search box with "create csv table" entered, and the "Create CSV table" action selected.](./media/logic-apps-perform-data-operations/select-create-csv-table-action-consumption.png)
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).
237231

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.
239233

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:
241235

242-
![Screenshot showing the designer for a Consumption workflow, the "Create CSV table" action, and the selected input to use.](./media/logic-apps-perform-data-operations/configure-create-csv-table-action-consumption.png)
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":::
243237

244-
> [!NOTE]
238+
> [!TIP]
245239
>
246240
> To create user-friendly tokens for the properties in JSON objects so that you can select
247241
> those properties as inputs, use the action named [Parse JSON](#parse-json-action)
248242
> before you use the **Create CSV table** action.
249243

250244
The following screenshot shows the finished example **Create CSV table** action:
251245

252-
![Screenshot showing the designer for a Consumption workflow and the finished example for the "Create CSV table" action.](./media/logic-apps-perform-data-operations/finished-create-csv-table-action-consumption.png)
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":::
253247

254248
1. Save your workflow. On the designer toolbar, select **Save**.
255249

@@ -451,7 +445,7 @@ To confirm whether the **Create CSV table** action creates the expected results,
451445

452446
---
453447

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:
455449

456450
![Screenshot showing an email with the "Create CSV table" action results.](./media/logic-apps-perform-data-operations/create-csv-table-email-results.png)
457451

@@ -705,7 +699,7 @@ To confirm whether the **Create HTML table** action creates the expected results
705699

706700
---
707701

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:
709703

710704
![Screenshot showing an email with the "Create HTML table" results.](./media/logic-apps-perform-data-operations/create-html-table-email-results.png)
711705

@@ -857,7 +851,7 @@ To confirm whether **Filter array** action creates the expected results, send yo
857851

858852
---
859853

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:
861855

862856
![Screenshot showing an email with the "Filter array" action results.](./media/logic-apps-perform-data-operations/filter-array-email-results.png)
863857

@@ -979,7 +973,7 @@ To confirm whether the **Join** action creates the expected results, send yourse
979973

980974
---
981975

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:
983977

984978
![Screenshot showing an email with the "Join" action results.](./media/logic-apps-perform-data-operations/join-email-results.png)
985979

@@ -1214,7 +1208,7 @@ To confirm whether the **Parse JSON** action creates the expected results, send
12141208

12151209
---
12161210

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:
12181212

12191213
![Screenshot showing an email with the "Parse JSON" action results.](./media/logic-apps-perform-data-operations/parse-json-email-results.png)
12201214

@@ -1376,7 +1370,7 @@ To confirm whether the **Select** action creates the expected results, send your
13761370

13771371
---
13781372

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:
13801374

13811375
![Screenshot showing an email with the "Select" action results.](./media/logic-apps-perform-data-operations/select-email-results.png)
13821376

12.1 KB
Loading
21.4 KB
Loading
2.05 KB
Loading
21.9 KB
Loading
6.46 KB
Loading

0 commit comments

Comments
 (0)