Skip to content

Commit 65d7b55

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 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.
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.
120120
121121
**Example**
122122

@@ -155,6 +155,8 @@ 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+
> [!Note]
159+
> The copied data is the actual value instead of the displayed value in ServiceNow.
158160
159161
**Example:**
160162

0 commit comments

Comments
 (0)