---
title: "Data Mapper Connector"
slug: "data-mapper-connector"
description: "Use the Data Mapper connector in Lansweeper Flow Builder to apply a map to a value or list of values and categorize each item in your workflow."
updated: 2026-07-17T15:43:52Z
published: 2026-06-12T14:43:19Z
canonical: "docs.lansweeper.com/data-mapper-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.

# Data Mapper 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 **data mapper** component allows you to apply a *map* to a value or list of values. This is handy if you have a list of items, and would like to categorize each item.

## Actions

### Value List Mapper

Map list of inputs to list of outputs using a map object

| Input | Comments | Default |
| --- | --- | --- |
| Input Value List | This is a list of keys that will be mapped to values using the Value Map. |  |
| Value Map | A key/value map that matches inputs by key and returns their associated value(s). |  |

### Value Mapper

Map an input to an output using a map object

| Input | Comments | Default |
| --- | --- | --- |
| Input Value | This is the key that will be used to find a value from the Value Map |  |
| Value Map | A key/value map that matches inputs by key and returns their associated value(s). |  |
