Remove Item from List Step

Brief description

In this step, you can remove an element from the list by its value or by its index.

Step Information

Step Name (Not required)– the custom name of the process step that labels the editor’s process step box

Input Parameters

  • Source list variable (Required) - list variable from which to remove an item. 
  • List index to remove (Required) - value or integer variable of the element (index) to remove 
  • Element to remove (Required) - value or (string/int) variable of the element (value) to remove 
  • Ignore case (Required) - toggle button to define whether the function should be case-sensitive when searching for duplicate values in the source list variable:
    • T (true- default value)
    • F (false)

Output Parameters

  • Destination list variable (Required) - new or existing list variable that will store the resulting list with duplicate values removed
  • Element count destination variable  (Required) - new or existing integer variable that will store the count of unique elements in the destination list variable 

Was this article helpful?