Break String List into Sub Lists
- Updated on Nov 8, 2022
- Published on Nov 8, 2022
Prev Next Step Details |
| Introduced in Version | 4.0.0 |
| Last Modified in Version | 7.12.0 |
| Location | Data > Text |
The Break String List Into Sub Lists breaks the full list into sub lists where the sub list size can be based on the size input.
Properties
Inputs
| Property | Description | Data Type |
|---|
| Full List | Full List of items to break into sub-lists. | List of String |
| Size | Amount of items to include in the sub-lists. | Int32 |
Outputs
| Property | Description | Data Type |
|---|
BreakStringListIntoSubLists1_Output
| Sub Lists | List of StringListResult |

Was this article helpful?