Remove Item by Index
- 01 Nov 2022
- 1 Minute to read
- Print
- DarkLight
Remove Item by Index
- Updated on 01 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 > List |
Removes an item from a given list based on the list index passed as an input to the step. The index starts at zero.
Properties
Data
Property | Description | Data Type |
---|---|---|
ListType | The desired data type that the step will evaluate for. | --- |
Inputs
Property | Description | Data Type |
---|---|---|
Item Index | The item that will be removed from the List. | Int32 |
List | List that the item to manipulate will be pulled from. | List of --- |
Outputs
Property | Description | Data Type |
---|---|---|
New List | A new list containing all items from the original list and the new item or new items. | List of --- |
Was this article helpful?