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 --- |
