The Google Task Update Task List action is used to update the title of an existing task list in Google Tasks. This action is triggered when the user wants to change the name of the task list.
Technical Specifications
Function: Updates the name of the specified task list.
Parameters
settings (Object – required): Google Tasks API connection settings.
title (String – required): New title for the task list.
taskListId (String – required): ID of the task list to be updated.
Result: Singular (One) → Returns a response object containing the updated task list details.
Value Binding
Fixed Value: The new list name or list ID can be entered manually.
Dynamic Value: The update can be performed using the ID taken from the task list selected by the user and the new title entered by the user.
Google Task Update Task List Application Steps
Open your project on the Kuika platform.
Go to the UI Design module and navigate to the screen where the task list name will be updated.
Select UI Design → + ADD ACTION → Google → Google Task Update Task List.
Configure Parameters:
settings: Select Google Tasks connection settings.
title: Enter the new task list name.
taskListId: Enter the ID of the task list to be updated.
When the action is executed, the task list name is updated.
The current list name can be displayed on the screen with the returned response object.
Usage Scenario: “Renaming the Task List”
When a user wants to change the name of the “Personal To-Do” list to “Daily Tasks”:
taskListId = ID of the list to be updated
title = “Daily Tasks”
Action runs → List is updated with the new name.
Google Task Update Task List Advanced Customizations
Dynamic Input: The user can enter and save the new list name from within the application.
UI Integration: The updated name can be automatically refreshed in the list view.
Multiple Updates: All components using the same list on different pages can display the updated name.
Technical Risks and Controls
If an incorrect or invalid taskListId is provided, the update cannot be performed.
If the title is left blank, the task list name may be lost → Validation should be performed on the UI side.