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
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,7 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
314
314
315
315
1. From the actions list, select the SQL action that you want. This example uses the **Get row** action, which gets a single record.
316
316
317
-

317
+

318
318
319
319
1. If you're connecting to your SQL database for the first time, you're prompted to [create your SQL database connection now](#create-connection). After you create this connection, you can continue with the next step.
320
320
@@ -330,7 +330,33 @@ In this example, the logic app workflow starts with the [Recurrence trigger](../
330
330
331
331
### [Standard](#tab/standard)
332
332
333
+
1. In the Azure portal, open your logic app workflow in the designer.
334
+
335
+
1. Find and select the SQL Server action that you want to use. This example continues with the action named **Get row**.
336
+
337
+
1. Under the trigger or action where you want to add the SQL action, select **New step**.
338
+
339
+
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**.
340
+
341
+
1. In the **Choose an operation** box, under the designer search box, select **Azure**.
342
+
343
+
1. In the designer search box, enter **sql server**.
344
+
345
+
1. From the actions list, select the SQL action that you want. This example uses the **Get row** action, which gets a single record.
346
+
347
+

348
+
349
+
1. If you're connecting to your SQL database for the first time, you're prompted to [create your SQL database connection now](#create-connection). After you create this connection, you can continue with the next step.
333
350
351
+
1. If you haven't already provided the SQL server name and database name, provide those values. Otherwise, from the **Table name** list, select the table that you want to use. In the **Row id** property, enter the ID for the record that you want.
352
+
353
+
In this example, the table name is **SalesLT.Customer**.
354
+
355
+

356
+
357
+
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, those that create a file that includes the fields from the returned row, and store that file in a cloud storage account. To learn about other available actions for this connector, see the [connector's reference page](/connectors/sql/).
358
+
359
+
1. When you're done, on the designer toolbar, select **Save**.
0 commit comments