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
@@ -619,8 +619,8 @@ None.
619
619
| Name | Type |
620
620
|------|------|
621
621
|**Result**| An array object that contains the full names and display names for all tables in the database. |
622
-
|**Result display Name**| An array object that contains the display name for each table in the database. A **For each** loop is automatically added to your workflow to iterate through the array. |
623
-
|**Result full name**| An array object that contains the full name for each table in the database. A **For each** loop is automatically added to your workflow to iterate through the array. |
622
+
|**Result Display Name**| An array object that contains the display name for each table in the database. A **For each** loop is automatically added to your workflow to iterate through the array. |
623
+
|**Result Full Name**| An array object that contains the full name for each table in the database. A **For each** loop is automatically added to your workflow to iterate through the array. |
624
624
|**Result Item**| An array object that returns the full name and display name one at time for each table. A **For each** loop is automatically added to your workflow to iterate through the array. |
0 commit comments