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
Next, add a [trigger](logic-apps-overview.md#logic-app-concepts) that listens for incoming emails that have attachments. Every workflow must start with a trigger, which fires when the trigger condition is met, for example, a specific event happens or when new data exists. For more information, see [Quickstart: Create an example Consumption logic app workflow in multitenant Azure Logic Apps](quickstart-create-example-consumption-workflow.md).
231
+
1. On the logic app resource menu, select **Logic app designer** to open the workflow designer.
238
232
239
233
## Add a trigger to check incoming email
240
234
241
-
1. On the designer, under the search box, select **Standard**. In the search box, enter **office 365 when new email arrives**.
235
+
Now, add a [trigger](logic-apps-overview.md#logic-app-concepts) that checks for incoming emails that have attachments. Every workflow must start with a trigger, which fires when the trigger condition is met, for example, a specific event happens or when new data exists. For more information, see [Quickstart: Create an example Consumption logic app workflow in multitenant Azure Logic Apps](quickstart-create-example-consumption-workflow.md).
242
236
243
-
This example uses the Office 365 Outlook connector, which requires that you sign in with a Microsoft work or school account. If you're using a personal Microsoft account, use the Outlook.com connector.
237
+
This example uses the Office 365 Outlook connector, which requires that you sign in with a Microsoft work or school account. If you're using a personal Microsoft account, use the Outlook.com connector.
244
238
245
-
1.From the triggers list, select the trigger named **When a new email arrives** for your email provider.
239
+
1.On the workflow designer, select **Add a trigger**.
246
240
247
-

241
+
1. After the **Add a trigger** pane opens, in the search box, enter **office 365 outlook**. From the trigger results list, under **Office 365 Outlook**, select **When a new email arrives (V3)**.
248
242
249
-
1. If you're asked for credentials, sign in to your email account so that your workflow can connect to your email account.
243
+
1. If you're asked for credentials, sign in to your email account, which creates a connection between your workflow and your email account.
250
244
251
245
1. Now provide the trigger criteria for checking new email and running your workflow.
252
246
253
247
| Property | Value | Description |
254
248
|----------|-------|-------------|
255
-
|**Folder**|**Inbox**|The email folder to check|
249
+
|**Importance**|**Any**|Specifies the importance level of the email that you want.|
256
250
|**Only with Attachments**|**Yes**| Get only emails with attachments. <br><br>**Note:** The trigger doesn't remove any emails from your account, checking only new messages and processing only emails that match the subject filter. |
257
251
|**Include Attachments**|**Yes**| Get the attachments as input for your workflow, rather than just check for attachments. |
252
+
|**Folder**|**Inbox**| The email folder to check |
258
253
259
-
1. From the **Add new parameter** list, select **Subject Filter**.
254
+
1. From the **Advanced parameters** list, select **Subject Filter**.
260
255
261
256
1. After the **Subject Filter** box appears in the action, specify the subject as described here:
262
257
263
258
| Property | Value | Description |
264
259
|----------|-------|-------------|
265
260
|**Subject Filter**|**Business Analyst 2 #423501**| The text to find in the email subject |
266
261
267
-
1. To hide the trigger's details for now, collapse the action by clicking inside the trigger's title bar.
268
-
269
-

270
-
271
262
1. Save your workflow. On the designer toolbar, select **Save**.
272
263
273
264
Your logic app workflow is now live but doesn't do anything other check your emails. Next, add a condition that specifies criteria to continue subsequent actions in the workflow.
@@ -276,19 +267,15 @@ Next, add a [trigger](logic-apps-overview.md#logic-app-concepts) that listens fo
276
267
277
268
Now add a condition that selects only emails that have attachments.
278
269
279
-
1.On the designer, under the trigger, select **New step**.
270
+
1.Under the trigger, select the plus sign (**+**), and then select **Add an action**.
280
271
281
-
1.Under the **Choose an operation**search box, select **Built-in**. In the search box, enter **condition**.
272
+
1.On the **Add an action**pane, in the search box, enter **condition**.
282
273
283
-
1. From the actions list, select the action named **Condition**.
274
+
1. From the action results list, select the action named **Condition**.
284
275
285
276
1. Rename the condition using a better description.
286
277
287
-
1. On the condition's title bar, select the ellipses (**...**) button > **Rename**.
288
-
289
-

290
-
291
-
1. Replace the default name with the following description: **If email has attachments and key subject phrase**
278
+
1. On the **Condition** information pane, replace the condition's default name with the following description: **If email has attachments and key subject phrase**
292
279
293
280
1. Create a condition that checks for emails that have attachments.
0 commit comments