Skip to content

Commit c9e7f34

Browse files
authored
Merge pull request #178414 from ecfan/patch-1
Azure Logic Apps: Fixed schema source
2 parents 4e3c17a + e07c1fd commit c9e7f34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/logic-apps/logic-apps-enterprise-integration-flatfile.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,13 @@ You're now done with setting up your flat file encoding action. In a real world
148148
> select **See more** next to the **When a HTTP request is received** section label.
149149
> You can also directly enter the content to encode in the **Content** box.
150150
151-
1. From the **Name** list, select the schema that's in your linked integration account to use for encoding, for example:
151+
1. From the **Name** list, select the schema that you previously uploaded to your logic app resource for encoding, for example:
152152

153-
![Screenshot showing the Standard workflow designer and the opened "Schema Name" list with selected schema to use for encoding.](./media/logic-apps-enterprise-integration-flatfile/select-encoding-schema-standard.png)
153+
![Screenshot showing the Standard workflow designer and the opened "Name" list with selected schema to use for encoding.](./media/logic-apps-enterprise-integration-flatfile/select-encoding-schema-standard.png)
154154

155155
> [!NOTE]
156-
> If no schema appears in the list, your integration account doesn't contain any schema files
157-
> to use for encoding. Upload the schema that you want to use to your integration account.
156+
> If no schema appears in the list, your Standard logic app resource doesn't contain any schema files to use for encoding.
157+
> Learn how to [upload the schemma that you want to use to your Standard logic app resource](logic-apps-enterprise-integration-schemas.md).
158158
159159
1. Save your workflow. On the designer toolbar, select **Save**.
160160

@@ -254,13 +254,13 @@ You're now done with setting up your flat file decoding action. In a real world
254254
> select **See more** next to the **When a HTTP request is received** section label.
255255
> You can also directly enter the content to decode in the **Content** box.
256256
257-
1. From the **Name** list, select the schema that's in your linked integration account to use for decoding, for example:
257+
1. From the **Name** list, select the schema that you previously uploaded to your logic app resource for decoding, for example:
258258

259-
![Screenshot showing the Standard workflow designer and the opened "Schema Name" list with selected schema to use for decoding.](./media/logic-apps-enterprise-integration-flatfile/select-decoding-schema-standard.png)
259+
![Screenshot showing the Standard workflow designer and the opened "Name" list with selected schema to use for decoding.](./media/logic-apps-enterprise-integration-flatfile/select-decoding-schema-standard.png)
260260

261261
> [!NOTE]
262-
> If no schema appears in the list, your integration account doesn't contain any schema files
263-
> to use for decoding. Upload the schema that you want to use to your integration account.
262+
> If no schema appears in the list, your Standard logic app resource doesn't contain any schema files to use for decoding.
263+
> Learn how to [upload the schemma that you want to use to your Standard logic app resource](logic-apps-enterprise-integration-schemas.md).
264264
265265
1. Save your workflow. On the designer toolbar, select **Save**.
266266

0 commit comments

Comments
 (0)