Skip to main content

Filter List Items

Command description

Removes from List 1 any items that also occur in List 2 and saves the result as a new list. The original lists are not modified.

Command Input Parameters

input parametersInput parameter typeDescription
List 1listSource list to filter
List 2listItems to remove from List 1

Command Output Parameters

Output parametersOutput parameter typeDescription
List ObjectlistNew filtered list

AI Workflow Generation Notes

  • Use the output variable for the filtered list; the input lists remain unchanged.