Skip to content

Commit b41f080

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update Note format
1 parent 65d7b55 commit b41f080

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
**This connector transfer the actual value in ServiceNow, not the displayed value.**
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 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-
121121
**Example**
122122

123123
```json
@@ -151,13 +151,10 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
151151
| 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 |
152152
| *Under `expression`* | | |
153153
| 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 |
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-
> [!Note]
159-
> The copied data is the actual value instead of the displayed value in ServiceNow.
160-
161158
**Example:**
162159

163160
```json

0 commit comments

Comments
 (0)