# Update checklist item

This feature is essential for updating the status of tasks, reorganizing the order of activities, or changing details of listed tasks.

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

This operation allows editing a checklist item within a card, enabling:

✅ Change the name or description of the checklist item.\
✅ Update the task completion status.\
✅ Modify the item's order within the checklist.

***

### 📂 **How to Configure the "Update Checklist Item" Operation**

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

1. In **Hablla Studio**, open the automation flow where you want to update a checklist item.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Update Checklist Item"**.

***

#### 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 where the checklist is added (Required).\
🔹 **Checklist Item ID** → Identifier of the checklist item that will be updated (Required).

***

#### 3️⃣ **Add Optional Information**

🔹 **New Item Name** → Allows changing the task description.\
🔹 **Item Status** → Sets whether the task is completed (`true`) or pending (`false`).\
🔹 **New Item Order** → Sets a new position for the item within the card's checklist.

***

#### 4️⃣ **Save the Configuration**

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

Now, whenever this automation is triggered, the checklist item will be automatically updated with the new information.

***

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

📊 **Scenario**: Create a flow where, upon completing a stage of a process, the corresponding card's checklist is automatically updated to reflect progress.

1️⃣ **Block 1** → Monitor changes in a card's status.\
2️⃣ **Block 2** → Automatically update a checklist item by marking it as "Completed".\
3️⃣ **Block 3** → Notify the team about the task progress update.

🚀 **Result**: The system keeps the checklist always up to date, ensuring that all tasks correctly reflect the progress of the process.

***

### 🎉 **Conclusion**

The operation **Update Checklist Item** in the **Hablla Studio** is an essential tool for maintaining control and organization of tasks within cards, facilitating management and monitoring of processes.

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/update-checklist-item.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.
