Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Project Group → Update
AI-generatedOverview
This node operation updates an existing Project Group in TickTick. It allows users to modify properties such as the name and sort order of a specified project group. This is useful for organizing and managing project groups dynamically within TickTick workflows, for example, renaming a project group or changing its display order based on priority or preference.
Use Case Examples
- Renaming a project group from 'Work' to 'Work Projects'.
- Changing the sort order of a project group to appear higher in the list.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for the API call (Access Token V1, Email/Password V2, or OAuth2 V1). |
| Project Group | The ID of the project group to update. Can be selected from a list or entered by ID. The ID must contain only letters and numbers. |
| Update Fields | Fields to update on the project group, including 'Name' (new name for the project group) and 'Sort Order' (the order in which the project group appears). |
Output
JSON
id- The unique identifier of the updated project group.name- The updated name of the project group.sortOrder- The updated sort order of the project group.
Dependencies
- Requires TickTick API credentials depending on the selected authentication method (Access Token, Email/Password, or OAuth2).
Troubleshooting
- If the project group ID is invalid, an error will be thrown indicating the ID must contain only letters and numbers.
- If the selected authentication method does not support project group updates, a notice is shown to use the TickTick Session API (V2).
- Common errors include unsupported operations or failed API calls, which will be reported with error messages. Ensure correct credentials and valid project group IDs are used.