Skip to content

Commit bc9275d

Browse files
author
ecfan
committed
Update links
1 parent b4efdf4 commit bc9275d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

articles/logic-apps/logic-apps-enterprise-integration-xml-validation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This guide shows how your logic app workflow can validate XML messages and docum
2525

2626
- The logic app resource and workflow where you want to validate XML.
2727

28-
Your workflow must start with a trigger, but you can use any trigger that works for your scenario. For more information, see these [general steps](create-workflow-with-trigger-or-action.md#add-trigger) to add any trigger you want.
28+
Your workflow must start with a trigger, but you can use any trigger that works for your scenario. For more information, see these [general steps](add-trigger-action-workflow.md#add-trigger) to add any trigger you want.
2929

3030
The examples in this guide use the [**Request** trigger named **When an HTTP request is received**](../connectors/connectors-native-reqres.md), which waits until an external caller sends a request to the trigger. Alternatively, you can use the [**Schedule** trigger named **Recurrence**](../connectors/connectors-native-recurrence.md).
3131

@@ -47,7 +47,7 @@ This guide shows how your logic app workflow can validate XML messages and docum
4747

4848
1. In the [Azure portal](https://portal.azure.com), open the logic app resource. Open your workflow in the designer.
4949

50-
1. On the designer, follow these [general steps](create-workflow-with-trigger-or-action.md?tabs=standard#add-action) to add the **XML Operations** action with the name that matches your workflow type:
50+
1. On the designer, follow these [general steps](add-trigger-action-workflow.md?tabs=standard#add-action) to add the **XML Operations** action with the name that matches your workflow type:
5151

5252
| Workflow | Action name |
5353
|----------|-------------|
@@ -73,19 +73,19 @@ This guide shows how your logic app workflow can validate XML messages and docum
7373

7474
1. To specify the schema for validation, follow the steps for your workflow type:
7575

76-
**Consumption**
76+
- **Consumption**
7777

78-
From the **Schema Name** list, select the schema from the linked integration account.
78+
From the **Schema Name** list, select the schema from the linked integration account.
7979

80-
**Standard**
80+
- **Standard**
8181

82-
1. From the **Schema source** list, select **IntegrationAccount** or **LogicApp**.
82+
1. From the **Schema source** list, select **IntegrationAccount** or **LogicApp**.
8383

84-
This example selects **IntegrationAccount**.
84+
This example selects **IntegrationAccount**.
8585

86-
1. From the **Schema name** list, select the schema.
86+
1. From the **Schema name** list, select the schema.
8787

88-
1. When you're done, save your workflow.
88+
1. Save your workflow.
8989

9090
You're now finished with setting up your validate XML action. In a real world app, you might want to store the validated data in a line-of-business (LOB) app such as SalesForce. To send the validated output to Salesforce, add a **Salesforce** action.
9191

0 commit comments

Comments
 (0)