Skip to content

Commit c4eb78b

Browse files
Merge pull request #285386 from Clare-Zheng82/0823-Update_ServiceNow_note_property
[Doc update] Update ServiceNow Note
2 parents b3bf3c2 + eff6839 commit c4eb78b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 08/06/2024
10+
ms.date: 08/23/2024
1111
---
1212

1313
# Copy data from ServiceNow using Azure Data Factory or Synapse Analytics
@@ -35,6 +35,9 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
3535

3636
The service provides a built-in driver to enable connectivity. Therefore you don't need to manually install any driver using this connector.
3737

38+
**Please use the actual value instead of the displayed value in ServiceNow.**
39+
40+
3841
## Prerequisite
3942

4043
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
115118
| type | The type property of the dataset must be set to: **ServiceNowV2Object** | Yes |
116119
| tableName | Name of the table. | Yes |
117120

118-
> [!Note]
119-
> In copy activities, the tableName in dataset will be the name of the table instead of the label in ServiceNow.
120-
121121
**Example**
122122

123123
```json
@@ -155,7 +155,6 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
155155
| 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 |
156156
| operands | List of expressions on which operator is applied.| Yes when the expression type is Unary or Binary |
157157

158-
159158
**Example:**
160159

161160
```json

0 commit comments

Comments
 (0)