---
title: "Process Data Connector"
slug: "process-data-connector"
description: "Use the Process Data connector in Lansweeper Flow Builder to deduplicate records so your workflows don't process the same data more than once."
updated: 2026-07-17T15:46:46Z
published: 2026-06-12T15:06:43Z
canonical: "docs.lansweeper.com/process-data-connector"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Process Data Connector

Note on third‑party tools

              

We aim to provide accurate and helpful details about third‑party tools, but we can’t guarantee that this information is always complete or up to date. If you notice any discrepancies, feel free to share them in the feedback section below. For the most reliable information, please always refer to the third‑party tool’s official documentation.

The **process data** component allows your integrations to "remember" what data they have processed, so they don't process the same data over and over. The deduplicate action tracks the data that is processed each execution, and returns only items that it didn't previously process.

## Actions

### Deduplicate

Takes a sorted descending list of objects and a list of field names to use as identifiers and returns the list of objects that have not been previously processed

| Input | Comments | Default |
| --- | --- | --- |
| Key Field Names | The names of the fields in each item of the collection to use as a unique identifier |  |
| Data | This is the dataset that will be operated on |  |
