Break String List into Sub Lists
- 08 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Break String List into Sub Lists
- Updated on 08 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?