Remove Item by Index
  • 01 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Remove Item by Index

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > 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

PropertyDescriptionData Type
ListTypeThe desired data type that the step will evaluate for.
---

Inputs

PropertyDescriptionData Type
Item IndexThe item that will be removed from the List. Int32
ListList that the item to manipulate will be pulled from.
List of ---

Outputs

PropertyDescriptionData Type
New ListA new list containing all items from the original list and the new item or new items.   
List of ---



Was this article helpful?