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
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
35
35
36
36
The service provides a built-in driver to enable connectivity. Therefore you don't need to manually install any driver using this connector.
37
37
38
+
**This connector transfer the actual value in ServiceNow, not the displayed value.**
39
+
40
+
38
41
## Prerequisite
39
42
40
43
To use this connector, you need to have a role with at least read access to *sys_db_object* and *sys_dictionary* tables in ServiceNow.
@@ -115,9 +118,6 @@ To copy data from ServiceNow, set the type property of the dataset to **ServiceN
115
118
| type | The type property of the dataset must be set to: **ServiceNowV2Object**| Yes |
116
119
| tableName | Name of the table. | Yes |
117
120
118
-
> [!Note]
119
-
> In copy activities, the tableName in dataset is the name of the table instead of the label in ServiceNow, and the schema is the actual schema, not the displayed schema in ServiceNow.
120
-
121
121
**Example**
122
122
123
123
```json
@@ -151,13 +151,10 @@ 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. It should be the actual value, not the display value in ServiceNow. |Yes when the expression type is Constant or Field |
154
+
| value | The constant value. |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 |
157
157
158
-
> [!Note]
159
-
> The copied data is the actual value instead of the displayed value in ServiceNow.
0 commit comments