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/connectors/connectors-create-api-sqlazure.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, jonfan, logicappspm
7
7
ms.topic: conceptual
8
-
ms.date: 05/11/2020
8
+
ms.date: 05/12/2020
9
9
tags: connectors
10
10
---
11
11
@@ -127,17 +127,17 @@ Sometimes, you have to work with result sets so large that the connector doesn't
127
127
128
128
### Handle dynamic bulk data
129
129
130
-
Sometimes, when you make a call to a stored procedure in the SQL Server connector, the returned output is dynamic. In this scenario, you need to:
130
+
Sometimes, when you make a call to a stored procedure in the SQL Server connector, the returned output is dynamic. In this scenario, follow these steps:
131
131
132
132
1. Open **Logic Apps Designer**.
133
133
1. Perform a test run of your logic app to see the output format. Copy down your sample output.
134
-
1.Select **+ New step** in **Logic Apps Designer**.
134
+
1.In the designer, under the action where you call the stored procedure, select **New step**.
135
135
1. Under **Choose an action**, search for and select the [**Parse JSON**](../logic-apps/logic-apps-perform-data-operations.md#parse-json-action) action.
136
-
1. In the new **Parse JSON**step, select **Use sample payload to generate schema**.
137
-
1. In the **Enter or paste a sample JSON payload** window, paste in your sample output. Then, select **Done**. Now, the **Parse JSON** action contains a **Schema**.
138
-
1. If you receive an error that Logic Apps is unable to generate a schema, verify that your sample output's syntax is correctly formatted. If you're still unable to generate a schema, manually enter one in the **Schema** text box.
139
-
1.Select **Save** in the **Logic Apps Designer** menu.
140
-
1.Access your JSON content's properties using the data tokens from the [Parse JSON action](../logic-apps/logic-apps-perform-data-operations.md#parse-json-action).
136
+
1. In the **Parse JSON**action, select **Use sample payload to generate schema**.
137
+
1. In the **Enter or paste a sample JSON payload** window, paste your sample output, then select **Done**.
138
+
1. If you get an error that Logic Apps can't generate a schema, check that your sample output's syntax is correctly formatted. If you still can't generate the schema, manually enter one in the **Schema** box.
139
+
1.On the designer toolbar, select **Save**.
140
+
1.To access the JSON content properties, use the data tokens that appear in the dynamic content list under the [**Parse JSON** action](../logic-apps/logic-apps-perform-data-operations.md#parse-json-action).
0 commit comments