---
title: "From List"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/data/fromlist
markdown: https://docs.nodetool.ai/nodes/nodetool/data/fromlist.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/data/fromlist.md
---

# From List

**Type:** `nodetool.data.FromList`

**Namespace:** `nodetool.data`

## Description

Convert list of dicts to dataframe.
    list, dataframe, convert

    Use cases:
    - Transform list data into structured dataframe
    - Prepare list data for analysis or visualization
    - Convert API responses to dataframe format

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| values | `list[any]` | List of values to be converted, each value will be a row. | `[]` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `dataframe` |  |

## Related Nodes

Browse other nodes in the [nodetool.data](./) namespace.
