Merge List Step

Brief description

This step will combine two lists into one.

Step Information

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

Input Parameters

  • First list variable (Required) - existing list variable for the first list to merge. 
  • Second list variable (Required) - list variable for the second list to merge. 
  • Ignore duplicate elements (Required) -toggle the button to choose whether to ignore duplicate elements in the two lists
    • T (true- default value)
    • F (false)

Output Parameters

  • Destination list (Required) - list variable containing the merged elements of the two input lists. 
  • 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?