Short answer: You can update card in Trello by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Trello Update Card action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Card ID card_id | string | Required | Card ID. Example: card123 |
Card Name name | string | Optional | Card Name |
Description desc | string | Optional | Description |
Move to List ID idList | string | Optional | Trello list ID — 24-char hex. Find via List Lists on a board. |
Due Date due | string | Optional | Due Date. Example: 2025-06-30T17:00:00.000Z |
Archive closed | options | Optional | Archive. Options: No, Yes |
{"card_id": "e.g. card123","name": "{{trigger.name}}","desc": "{{trigger.desc}}","idList": "e.g. list456","due": "e.g. 2025-06-30T17:00:00.000Z"}
{"id": "card123","name": "Updated card","idList": "list456"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.