Skip to content

Commit 09064e1

Browse files
committed
Add pageSize for ServiceNow V2
1 parent df513ba commit 09064e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 10/23/2024
10+
ms.date: 03/13/2025
1111
---
1212

1313
# Copy data from ServiceNow V2 using Azure Data Factory or Synapse Analytics
@@ -153,6 +153,8 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
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 |
156+
| | | |
157+
| pageSize | The number of documents per page of the query result. | No<br/>(the default is **300**) |
156158

157159
**Example:**
158160

@@ -191,7 +193,8 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
191193
"value": "2000"
192194
}
193195
]
194-
}
196+
},
197+
"pageSize": 300
195198
},
196199
"sink": {
197200
"type": "<sink type>"

0 commit comments

Comments
 (0)