Actions80
- Card Tables Actions
- Forwards Actions
- Events Actions
- Recordings Actions
- Projects Actions
- People Actions
- Chatbots Actions
- Webhooks Actions
- Attachments Actions
- Templates Actions
- Uploads Actions
- Documents Actions
- Lineup Markers Actions
- Subscriptions Actions
- Schedules Actions
- Schedule Entries Actions
- Todo Sets Actions
- Todo Lists Actions
- Todos Actions
Overview
The "Change Column Color" operation in the "Card Tables" resource allows users to update the color of a specific column within a card table. This is useful for visually organizing or categorizing columns by color, making it easier to identify and differentiate data at a glance. For example, you might use this node to highlight priority columns in red or completed task columns in green.
Properties
| Name | Meaning |
|---|---|
| Bucket Id | The unique numeric identifier of the bucket (container) where the card table resides. |
| Column Id | The unique numeric identifier of the column whose color you want to change. |
| Color | The new color to apply to the column. Options include: White, Red, Orange, Yellow, Green, Blue, Aqua, Purple, Gray, Pink, Brown. |
Output
The node outputs JSON data representing the result of the color change operation. This typically includes confirmation details such as the updated column information with its new color. There is no binary data output associated with this operation.
Dependencies
- Requires an API key credential for authentication with the external service managing the card tables.
- The node uses a REST API endpoint that expects the bucket ID, column ID, and color value in the request body.
- Proper configuration of the API credentials and network access to the service is necessary.
Troubleshooting
- Invalid Bucket or Column Id: If the provided bucket or column ID does not exist or is incorrect, the API will likely return an error. Verify these IDs before running the node.
- Unauthorized Access: Missing or invalid API credentials will cause authentication failures. Ensure the API key or token is correctly configured.
- Unsupported Color Value: Providing a color outside the allowed options will result in an error. Use only the predefined color values.
- Network Issues: Connectivity problems can prevent the node from reaching the API. Check your network settings and firewall rules.
Links and References
- Refer to the official API documentation of the card table service for detailed information on column color customization.
- n8n documentation on how to configure API credentials and handle errors in custom nodes.