Skip to main content

Deduplicate List

Command description

Removes duplicate items from a list in place, preserving the first occurrence of each item. No new list variable is created.

Command Input Parameters

input parametersInput parameter typeDescription
ListlistList to deduplicate

Command Output Parameters

None.

AI Workflow Generation Notes

  • The command modifies the list in place and keeps the first occurrence of each item.