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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,9 +98,9 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
98
98
99
99
1. Find and select the [SQL Server managed connector trigger](/connectors/sql) that you want to use.
100
100
101
-
1.Under the designer search box, select **All**.
101
+
1.On the designer, under the search box, select **All**.
102
102
103
-
1. In the designer search box, enter **sql server**.
103
+
1. In the search box, enter **sql server**.
104
104
105
105
1. From the triggers list, select the SQL trigger that you want. This example continues with the trigger named **When an item is created**.
106
106
@@ -116,7 +116,7 @@ The following steps use the Azure portal, but with the appropriate Azure Logic A
116
116
117
117
For example, to view the data in this row, you can add other actions that create a file that includes the fields from the returned row, and then send email alerts. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
118
118
119
-
1.On the designer toolbar, select **Save**.
119
+
1.When you're done, save your workflow.
120
120
121
121
Although this step automatically enables and publishes your logic app live in Azure, the only action that your logic app currently takes is to check your database based on your specified interval and frequency.
122
122
@@ -146,7 +146,7 @@ In Standard logic app workflows, only the SQL Server managed connector has trigg
146
146
147
147
For example, to view the data in this row, you can add other actions that create a file that includes the fields from the returned row, and then send email alerts. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
148
148
149
-
1.On the designer toolbar, select **Save**.
149
+
1.When you're done, save your workflow.
150
150
151
151
Although this step automatically enables and publishes your logic app live in Azure, the only action that your logic app currently takes is to check your database based on your specified interval and frequency.
152
152
@@ -182,9 +182,9 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
182
182
183
183
Or, to add an action between existing steps, move your mouse over the connecting arrow. Select the plus sign (**+**) that appears, and then select **Add an action**.
184
184
185
-
1.In the **Choose an operation** box, under the designer search box, select **All**.
185
+
1.Under the **Choose an operation** box, select **All**.
186
186
187
-
1. In the designer search box, enter **sql server**.
187
+
1. In the search box, enter **sql server**.
188
188
189
189
1. From the actions list, select the SQL Server action that you want. This example uses the **Get row** action, which gets a single record.
190
190
@@ -200,19 +200,19 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
200
200
201
201
This action returns only one row from the selected table, and nothing else. To view the data in this row, add other actions. For example, such actions might create a file, include the fields from the returned row, and store the file in a cloud storage account. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
202
202
203
-
1. When you're done, on the designer toolbar, select **Save**.
203
+
1. When you're done, save your workflow.
204
204
205
205
### [Standard](#tab/standard)
206
206
207
207
1. In the Azure portal, open your logic app workflow in the designer.
208
208
209
209
1. Find and select the SQL Server connector action that you want to use.
210
210
211
-
1. Under the trigger or action where you want to add the SQL Server action, select **New step**.
211
+
1. Under the trigger or action where you want to add the SQL Server action, select the plus sign (**+**), and then select **Add an action**.
212
212
213
-
Or, to add an action between existing steps, move your mouse over the connecting arrow. Select the plus sign (**+**) that appears, and then select **Add an action**.
213
+
Or, to add an action between existing steps, select the plus sign (**+**) on the connecting arrow, and then select **Add an action**.
214
214
215
-
1.In the **Choose an operation** box, under the designer search box, select either of the following options:
215
+
1.Under the **Choose an operation** search box, select either of the following options:
216
216
217
217
***Built-in** when you want to use SQL Server built-in actions such as **Execute Query**
218
218
@@ -222,7 +222,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
222
222
223
223

224
224
225
-
1. In the designer search box, enter **sql server**.
225
+
1. In the search box, enter **sql server**.
226
226
227
227
1. From the actions list, select the SQL Server action that you want.
228
228
@@ -248,7 +248,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
248
248
249
249
This action returns only one row from the selected table, and nothing else. To view the data in this row, add other actions. For example, such actions might create a file, include the fields from the returned row, and store the file in a cloud storage account. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
250
250
251
-
1. When you're done, on the designer toolbar, select **Save**.
251
+
1. When you're done, save your workflow.
252
252
253
253
---
254
254
@@ -427,7 +427,7 @@ When you call a stored procedure by using the SQL Server connector, the returned
427
427
> If you still can't generate the schema, in the **Schema** box,
428
428
> manually enter the schema.
429
429
430
-
1.Save your workflow.
430
+
1.When you're done, save your workflow.
431
431
432
432
1. To reference the JSON content properties, click inside the edit boxes where you want to reference those properties so that the dynamic content list appears. In the list, under the [**Parse JSON**](../logic-apps/logic-apps-perform-data-operations.md#parse-json-action) heading, select the data tokens for the JSON content properties that you want.
0 commit comments