Skip to content

Commit 8494553

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update content
1 parent 230ca4c commit 8494553

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,13 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
147147
| Property | Description | Required |
148148
|:--- |:--- |:--- |
149149
| type | The type property of the copy activity source must be set to: **ServiceNowV2Source** | Yes |
150-
| 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 |
150+
| 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). You can use dynamic content to configure the expression, and the example format is the object under `expression` shown in the example JSON below.| No |
151151
| *Under `expression`* | | |
152152
| type | The expression type. Values can be Constant (default), Unary, Binary, and Field. | No |
153153
| value | The constant value. |Yes when the expression type is Constant or Field |
154154
| 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 |
155155
| operands | List of expressions on which operator is applied.| Yes when the expression type is Unary or Binary |
156156

157-
> [!TIP]
158-
> You can use dynamic content to configure the expression. The example format is provided in the JSON below under the expression property.
159-
160157
**Example:**
161158

162159
```json

0 commit comments

Comments
 (0)