List Comparison Step
Brief description
In this step, you can compare two lists.
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.
- Second list variable (Required) - existing list variable for the second list.
- Ignore case* (Required) - toggle button to define whether the function should be case-sensitive when searching for duplicate values in the source list variable. True by default
- Comparison type (Required)- radio button that specifies the operation type:
- Exact match
- Subset
Output Parameters
Comparison result (Required) - boolean variable indicating the result of the list comparison
Additional comments
*This parameter is only visible if the selected list variable is of the ListOfString data type. It will not be visible if you select the ListOfIntegers data type.