Short answer: Drop the "Trello → Update Card" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
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.
Triggered by anything in the catalog. Free tier available. No credit card.