Skip to content

Commit b0a21ca

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update details
1 parent 594fef1 commit b0a21ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/data-factory/connector-servicenow-legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 10/20/2023
1717
This article outlines how to use the Copy Activity in Azure Data Factory and Synapse Analytics pipelines to copy data from ServiceNow. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
1818

1919
>[!IMPORTANT]
20-
>The service has released a new ServiceNow connector which provides better native ServiceNow support, refer to [ServiceNow connector](connector-salesforce.md) article on details.
20+
>The service has released a new ServiceNow connector which provides better native ServiceNow support, refer to [ServiceNow connector](connector-servicenow.md) article on details.
2121
2222
## Supported capabilities
2323

articles/data-factory/connector-servicenow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
148148
| 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 (if "tableName" in dataset is specified) |
149149
| *Under `expression`* | | |
150150
| type | The expression type. Values can be Constant (default), Unary, Binary, and Field. | No |
151-
| value | The constant value. | Required when the expression type is Constant or Field |
152-
| operators | The operator value. For more information about operators, see this [article](https://docs.servicenow.com/bundle/vancouver-platform-user-interface/page/use/common-ui-elements/reference/r_OpAvailableFiltersQueries.html).| Required when the expression type is Unary or Binary |
153-
| operands | List of expressions on which operator is applied.| Required when the expression type is Unary or Binary |
151+
| value | The constant value. |Yes when the expression type is Constant or Field |
152+
| operators | The operator value. For more information about operators, see 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 |
153+
| operands | List of expressions on which operator is applied.| Yes when the expression type is Unary or Binary |
154154

155155

156156
**Example:**

0 commit comments

Comments
 (0)