Skip to content

Commit 7b94ffa

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update content
1 parent 4233578 commit 7b94ffa

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
@@ -147,7 +147,7 @@ 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). You can also [use expression parameter](#using-expression-parameter).| 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 also [use expression parameters](#using-expression-parameter).| 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 |
@@ -201,7 +201,7 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
201201
]
202202
```
203203

204-
### Using expression parameter
204+
### Using expression parameters
205205

206206
You can configure the expression parameter in **Query builder** by selecting **Add dynamic content**. The parameter type should be **Object**, and the value should follow the format shown in the example JSON below:
207207

@@ -224,7 +224,7 @@ You can configure the expression parameter in **Query builder** by selecting **A
224224
}
225225
```
226226

227-
Below is an example of the source JSON when utilizing the expression parameter:
227+
Here is an example of the source JSON using the expression parameter:
228228

229229
```json
230230
"activities": [

0 commit comments

Comments
 (0)