Split a Table
Split a large table into smaller subtables.
Overview
This procedure divides a given table into smaller subtables, each containing at most a specified number of rows. It is useful for handling large datasets that exceed processing or display limits.
The maximum supported row count is 30,0000. If no row count is specified, the procedure defaults to using the maximum allowed.
Prerequisite Data
These required data elements must be present in the automation before using the procedure.
Data Name
Data Type
the table
Table
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
Examples
1. Split a Table into Subtables Using the Default Row Count
2. Split a Table into Subtables with 2 Rows Each
Last updated
Was this helpful?