Skip to content

Commit 136018c

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update ServiceNow Note
1 parent 5c74646 commit 136018c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 3 additions & 3 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
@@ -116,7 +116,7 @@ To copy data from ServiceNow, set the type property of the dataset to **ServiceN
116116
| tableName | Name of the table. | Yes |
117117

118118
> [!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.
120120
121121
**Example**
122122

@@ -151,7 +151,7 @@ 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. |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 |
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

0 commit comments

Comments
 (0)