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/data-factory/connector-servicenow.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: jianleishen
7
7
ms.subservice: data-movement
8
8
ms.topic: conceptual
9
9
ms.custom: synapse
10
-
ms.date: 08/06/2024
10
+
ms.date: 08/23/2024
11
11
---
12
12
13
13
# Copy data from ServiceNow using Azure Data Factory or Synapse Analytics
@@ -116,7 +116,7 @@ To copy data from ServiceNow, set the type property of the dataset to **ServiceN
116
116
| tableName | Name of the table. | Yes |
117
117
118
118
> [!Note]
119
-
> In copy activities, the tableName in dataset will be the name of the table instead of the label in ServiceNow.
119
+
> In copy activities, the tableName will be the name of the table instead of the label in ServiceNow. The schema value will be the actual schema value rather than the displayed one in ServiceNow.
120
120
121
121
**Example**
122
122
@@ -151,7 +151,7 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
151
151
| expression| Use the expression to read data. You can configure the expression in **Query builder**. It has the same usage as the condition builder in ServiceNow. For instructions on how to use it, see this [article](https://docs.servicenow.com/bundle/vancouver-platform-user-interface/page/use/common-ui-elements/concept/c_ConditionBuilder.html). | No |
152
152
|*Under `expression`*|||
153
153
| type | The expression type. Values can be Constant (default), Unary, Binary, and Field. | No |
154
-
| value | The constant value. |Yes when the expression type is Constant or Field |
154
+
| value | The constant value. It should be the actual value, not the display value in ServiceNow. |Yes when the expression type is Constant or Field |
155
155
| operators | The operator value. For more information about operators, see *Operators available for choice fields containing strings* section in this [article](https://docs.servicenow.com/bundle/vancouver-platform-user-interface/page/use/common-ui-elements/reference/r_OpAvailableFiltersQueries.html).| Yes when the expression type is Unary or Binary |
156
156
| operands | List of expressions on which operator is applied.| Yes when the expression type is Unary or Binary |
0 commit comments