# Move card

#### 🎯 **What does this operation do?**

This operation allows moving a card between different lists within the same board.

✅ Allows updating the card status when moving to a new list.\
✅ Keeps all card information throughout the flow.\
✅ Makes it easier to automate movements within the sales funnel or internal processes.

***

### 📂 **How to Configure the "Move Card" Operation**

#### 1️⃣ **Access the Component**

1. In **Hablla Studio**, open the automation flow where you want to move a card.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Move Card"**.

***

#### 2️⃣ **Fill in the Required Fields**

🔹 **Workspace ID** → Identifier of the workspace where the card is located (Required).\
🔹 **Card ID** → Unique identifier of the card that will be moved (Required).\
🔹 **Board ID** → ID of the board where the card is located (Required).\
🔹 **Destination list** → Define which list the card will be moved to (Required).

***

#### 3️⃣ **Save the Configuration**

After defining the fields, click the **"Save"** ✅.

Now, whenever this automation is triggered, the system will automatically move the card to the new list.

***

### 📌 **Usage Example in an Automation Flow**

📊 **Scenario**: Create a flow where, when a card is marked as "Completed", it is automatically moved to the "Finished" list.

1️⃣ **Block 1** → When the card status is updated to "Completed".\
2️⃣ **Block 2** → Trigger the operation **Move Card**, setting the "Finished" list as the destination.\
3️⃣ **Block 3** → Send a notification to the person responsible informing them of the movement.

🚀 **Result**: The system automatically manages the movement of cards, ensuring the workflow is organized without the need for manual intervention.

***

### 🎉 **Conclusion**

The operation **Move Card** in the **Hablla Studio** is essential for automating process management, ensuring that cards correctly follow the defined workflows.

If you need more support, contact our team! 🚀


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/cards/move-card.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
