Collapse duplicate rows in a list into one
Deduplicate is one of the two actions on the Filter step. It collapses duplicate rows in a list down to one row per item, using the fields you choose as the identity key. Run it before a For Each loop or an export so you do not process or write the same record twice.
Collapse duplicate rows in a list to one row per key. You pick the fields that make two rows count as the same, and choose which row to keep when duplicates are found.
Connect a list from an upstream step, then choose the key fields that identify a duplicate (for example venue and start date, or email). By default matching ignores case, spacing, and punctuation, so "Acme Inc." and "acme inc" count as the same. Pick how to resolve duplicates: keep the first row, keep the last, keep the most complete, or merge the richest values from across the group. The output is the deduplicated list, its count, and how many rows were removed. Rows whose key fields are all blank are left alone.