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

# Card Moved

> Start a workflow when a Trello card moves between lists.

The **Card Moved** trigger starts a workflow when a card moves from one list to
another on the selected board.

## Configuration

| Field              | Type           | Required | Description                        |
| ------------------ | -------------- | -------- | ---------------------------------- |
| **Trello Account** | Trello account | Yes      | Account that can access the board. |
| **Board ID**       | String         | Yes      | The Trello board to watch.         |

## Trigger data

| Output                                          | Type   | Description                                    |
| ----------------------------------------------- | ------ | ---------------------------------------------- |
| **Action ID** / **Action Type**                 | String | Trello action identifier and type.             |
| **Occurred At**                                 | Date   | When the move occurred.                        |
| **Card ID** / **Card Name**                     | String | The moved card.                                |
| **Board ID** / **Board Name**                   | String | The board containing the card.                 |
| **List ID** / **List Name**                     | String | The destination list.                          |
| **Previous List ID** / **Previous List Name**   | String | The source list.                               |
| **Comment Text**                                | String | Empty for move events.                         |
| **Member Creator ID** / **Name** / **Username** | String | The person who moved the card, when available. |

<Note>
  A list move also matches **Card Updated**. Avoid enabling both triggers for
  the same downstream work unless duplicate workflow runs are intentional.
</Note>
