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-enterprise-integration-xml-parse.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ This action is currently not yet supported for the [Consumption logic app resour
39
39
40
40
* Exists in the same location or Azure region as your logic app resource where you plan to use the **Parse XML with schema** action.
41
41
42
-
43
42
* If you're working on a [Standard logic app resource and workflow](logic-apps-overview.md#resource-environment-differences), you can link your integration account to your logic app resource, upload XSD schemas directly to your logic app resource, or both, based on the following scenarios:
44
43
45
44
* If you already have an integration account with the artifacts that you need or want to use, you can link your integration account to multiple Standard logic app resources where you want to use the artifacts. That way, you don't have to upload XSD schemas to each individual logic app. For more information, review [Link your logic app resource to your integration account](enterprise-integration/create-integration-account.md?tabs=standard#link-account).
@@ -54,13 +53,12 @@ This action is currently not yet supported for the [Consumption logic app resour
54
53
55
54
```xml
56
55
<xs:elementname="Root">
57
-
<....>
56
+
<....>
58
57
</xs:element>
59
58
```
60
59
61
60
## Add a Parse XML with schema action
62
61
63
-
64
62
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app and workflow in the designer.
65
63
66
64
1. If you have a blank workflow that doesn't have a trigger, [follow these general steps to add any trigger you want](create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger). Otherwise, continue to the next step.
@@ -77,9 +75,8 @@ This action is currently not yet supported for the [Consumption logic app resour
77
75
78
76
This example selects the **Body** token from the trigger.
79
77
80
-

78
+
:::image type="content" source="media/logic-apps-enterprise-integration-xml-parse/open-dynamic-content-list-standard.png" alt-text="Screenshot shows Standard workflow with opened dynamic content list.":::
81
79
82
-
83
80
1. From the **Source** list, select the location where you uploaded your XSD schema, either your **LogicApp** resource or your **IntegrationAccount**.
84
81
85
82
1. From the **Name** list, select your XSD schema.
@@ -109,4 +106,3 @@ The following table describes the advanced parameters available in this action:
109
106
## Related content
110
107
111
108
-[Compose XML with schema](logic-apps-enterprise-integration-xml-compose.md)
0 commit comments