Skip to content

Commit f6ea89c

Browse files
authored
Fix table issues
1 parent df12ccf commit f6ea89c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/logic-apps/logic-apps-examples-and-scenarios.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ Every workflow starts with a single [*trigger*](logic-apps-overview.md#logic-app
2626

2727
| Trigger | Description | More information |
2828
|---------|-------------|------------------|
29-
| [**Recurrence** trigger](../connectors/connectors-native-recurrence.md) | Set the recurrence for running your workflow, including the start date and time. For example, you can select the days of the week and times of day. | * [Schedule and run recurring automated tasks, processes, and workflows with Azure Logic Apps](concepts-schedule-automated-recurring-tasks-workflows.md) <br><br>* [Tutorial: Create automated, schedule-based recurring workflows by using Azure Logic Apps](tutorial-build-schedule-recurring-logic-app-workflow.md) |
30-
| **When an email is received** | Check for new email from any mail provider that's supported by Azure Logic Apps, for example, [Office 365 Outlook](../connectors/connectors-create-api-office365-outlook.md), [Gmail](/connectors/gmail/), [Outlook.com](/connectors/outlook/), and so on. | **Important*: If you want to use the Gmail connector, only G-Suite business accounts can use this connector without restriction in Azure Logic Apps. If you have a Gmail consumer account, you can use this connector with only specific Google-approved services, or you can [create a Google client app to use for authentication with your Gmail connector](/connectors/gmail/#authentication-and-bring-your-own-application). For more information, see [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md). <br><br>For tutorials about email-related triggers, see the following documentation: <br><br>* [Tutorial: Create automated approval-based workflows by using Azure Logic Apps](tutorial-process-mailing-list-subscriptions-workflow.md) <br><br>* [Tutorial: Automate tasks to process emails by using Azure Logic Apps, Azure Functions, and Azure Storage](tutorial-process-email-attachments-workflow.md)
29+
| [**Recurrence** trigger](../connectors/connectors-native-recurrence.md) | Set the recurrence for running your workflow, including the start date and time. For example, you can select the days of the week and times of day. | - [Schedule and run recurring automated tasks, processes, and workflows with Azure Logic Apps](concepts-schedule-automated-recurring-tasks-workflows.md) <br><br>- [Tutorial: Create automated, schedule-based recurring workflows by using Azure Logic Apps](tutorial-build-schedule-recurring-logic-app-workflow.md) |
30+
| **When an email is received** | Check for new email from any mail provider that's supported by Azure Logic Apps, for example, [Office 365 Outlook](../connectors/connectors-create-api-office365-outlook.md), [Gmail](/connectors/gmail/), [Outlook.com](/connectors/outlook/), and so on. | **Important**: If you want to use the Gmail connector, only G-Suite business accounts can use this connector without restriction in Azure Logic Apps. If you have a Gmail consumer account, you can use this connector with only specific Google-approved services, or you can [create a Google client app to use for authentication with your Gmail connector](/connectors/gmail/#authentication-and-bring-your-own-application). For more information, see [Data security and privacy policies for Google connectors in Azure Logic Apps](../connectors/connectors-google-data-security-privacy-policy.md). <br><br>For tutorials about email-related triggers, see the following documentation: <br><br>- [Tutorial: Create automated approval-based workflows by using Azure Logic Apps](tutorial-process-mailing-list-subscriptions-workflow.md) <br><br>- [Tutorial: Automate tasks to process emails by using Azure Logic Apps, Azure Functions, and Azure Storage](tutorial-process-email-attachments-workflow.md)
3131
| [**HTTP** trigger](../connectors/connectors-native-http.md) | Call a service endpoint over HTTP or HTTPS. | [Call, trigger, or nest workflows by using HTTP endpoints](logic-apps-http-endpoint.md) |
3232

3333
### Push trigger examples
3434

35-
| Trigger | Description | More information |
36-
|---------|-------------|------------------|
37-
| [**Request** trigger](../connectors/connectors-native-reqres.md) | Receive incoming HTTPS requests. ||
38-
| [**HTTP Webhook** trigger](../connectors/connectors-native-webhook.md) | Subscribe to a service endpoint by registering a *callback URL* with that service. That way, the service can just notify the trigger when the specified event happens, so that the trigger doesn't need to poll the service. ||
35+
| Trigger | Description |
36+
|---------|-------------|
37+
| [**Request** trigger](../connectors/connectors-native-reqres.md) | Receive incoming HTTPS requests. |
38+
| [**HTTP Webhook** trigger](../connectors/connectors-native-webhook.md) | Subscribe to a service endpoint by registering a *callback URL* with that service. That way, the service can just notify the trigger when the specified event happens, so that the trigger doesn't need to poll the service. |
3939

4040
After you add the trigger, continue building your workflow by adding one or more actions. The following quickstarts help you build your first Consumption logic app workflow, which runs in global, multi-tenant Azure Logic Apps:
4141

0 commit comments

Comments
 (0)