Update a checklist item

The Update Checklist Item operation allows modifying an existing item within a task's checklist, ensuring information is always up to date.

🎯 What does this operation do?

This operation allows updating an existing item within a task's checklist, enabling:

βœ… Modify the checklist item's name. βœ… Change the item's status (done or pending). βœ… Reorder the item's position in the checklist.


πŸ“‚ Fields and Data Types

Field

Data Type

Required?

Description

Workspace ID

string

βœ… Yes

ID of the workspace where the task is located.

Task ID

string

βœ… Yes

Identifier of the task to which the checklist belongs.

Item ID

string

βœ… Yes

Identifier of the checklist item that will be updated.

Item Name

string

❌ No

Updated name of the checklist item.

Status (Done)

boolean

❌ No

Defines whether the item has already been completed (true) or is pending (false).

Order

number

❌ No

Sets the new position of the item within the checklist.


βœ… Step-by-step 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 block Tasks.

  3. In right side panel, select the operation "Update Checklist Item".

2️⃣ Fill in the Required Fields

πŸ”Ή Workspace ID β†’ Set the workspace where the task is located. πŸ”Ή Task ID β†’ Provide the identifier of the task where the item will be updated. πŸ”Ή Item ID β†’ Enter the identifier of the checklist item that will be modified.

3️⃣ Add Additional Information (Optional)

πŸ”Ή Item Name β†’ Enter a new name for the checklist item. πŸ”Ή Status (Done) β†’ Mark as true if the item is already completed or false if it is still pending. πŸ”Ή Order β†’ Define the new position of the item within the checklist.

4️⃣ Save the Configuration

After filling in the fields, click the "Save" βœ….

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


πŸ“Œ Usage Example in an Automation Flow

πŸ“Š Scenario: Automatically update the status of a task's checklist items when completing a flow step.

1️⃣ Block 1 β†’ Find the task with a pending checklist. 2️⃣ Block 2 β†’ Update the corresponding item as "Done". 3️⃣ Block 3 β†’ Send a notification to the responsible user.

πŸš€ Result: Whenever a flow reaches a certain step, the relevant checklist items will be updated automatically.


πŸŽ‰ Conclusion

The operation Update Checklist Item (update_checklist_item) in the Hablla Studio helps keep checklists always up to date, optimizing task tracking and ensuring better organization.

If you need more support, contact our team! πŸš€

Last updated

Was this helpful?