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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,8 +551,8 @@ Runs a stored procedure on an SQL database.
551
551
552
552
| Name | Type |
553
553
|------|------|
554
-
|**Result**| An array object that returns all the stored procedure results|
555
-
|**Result Result Sets**| An array object that returns one stored procedure result at a time. A **For each** loop is automatically added to your workflow to iterate through the array.|
554
+
|**Result**| An array object that returns the stored procedure result|
555
+
|**Result Result Sets**| An array object that returns all the stored procedure results|
556
556
|**Result Stored Procedure Parameters**| The final values of the stored procedure's output and input-output parameters |
557
557
|**Result Return Code**| The return code from the stored procedure |
558
558
|**Status Code**| The status code from the **Execute stored procedure** operation |
0 commit comments