Skip to content

Commit 657b2ea

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update expression type
1 parent c1e7492 commit 657b2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
149149
| type | The type property of the copy activity source must be set to: **ServiceNowV2Source** | Yes |
150150
| 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-parameters).| No |
151151
| *Under `expression`* | | |
152-
| type | The expression type. Values can be Constant (default), Unary, Binary, and Field. | No |
152+
| type | The expression type. Values can be Constant (default), Unary, Binary, Field and Nary. | 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 |

0 commit comments

Comments
 (0)