Skip to main content

Get Common List Items

Command description

Returns the items present in both lists as a new list, preserving their order in List 1. The input lists are not modified.

Command Input Parameters

input parametersInput parameter typeDescription
List 1listFirst list to compare
List 2listSecond list to compare

Command Output Parameters

Output parametersOutput parameter typeDescription
List ObjectlistItems present in both lists

AI Workflow Generation Notes

  • The command returns a new list and compares items using Python equality rules.