FAQ
Can I export data from multiple Trello boards at once?
Yes — add each board as a separate source within the same data flow, then use the Append transformation to combine them into a single output. Each source needs its own board URL.
How do I export Trello custom fields?
Custom fields from Trello's Custom Fields Power-Up are included in the API response, but they may not appear unless you run a full export first (with no Columns filter). Once you've identified the exact column names in your output, add them to the Columns field in your data flow settings. Note that custom fields from third-party Power-Ups are generally not accessible via the Trello API.
Can I get the creation date of a Trello card?
Trello doesn't return a dedicated createdAt field, but the creation date is encoded in the card's id (Trello uses timestamp-based IDs). Some users decode this from the ID. Alternatively, the Cards updates entity includes action timestamps — the first createCard action for a card represents its creation date.
Can I export a specific Trello list rather than the whole board?
No — the Trello API returns data at the board level, not the list level. Coupler.io exports all cards from the board. You can filter by the idList column in your destination to isolate cards from a specific list. To find the list ID, check the exported data or use the Trello API directly.
Why do I see more cards in my export than on my Trello board?
The export includes archived cards by default (closed: true). Your Trello board view hides these. Add a filter in your destination to exclude rows where closed equals true to match the board view.
What's the difference between Board cards and Cards updates?
Board cards gives you a current snapshot of every card on the board — its title, list, labels, members, due date, and so on. Cards updates gives you a history of actions taken on cards — who moved a card, added a comment, changed a due date, etc. Use Board cards for status reporting and Cards updates for activity tracking or audit logs.
Can I use the Start date filter with all three entities?
The Start date parameter filters data by the entity's creation date. It works most predictably with Cards updates, where each action has a clear timestamp. For Board cards, it filters by the card creation date. For Checklist items, behavior may vary — test with a sample run to confirm results for your board.
Can I send Trello data to an AI tool for analysis?
Yes — Coupler.io supports AI destinations including ChatGPT, Claude, Gemini, Cursor, Perplexity, and OpenClaw. You can send your Board cards or Cards updates data directly to these tools to generate project summaries, identify blockers, or answer questions about your board data.
For details on what fields are available in each entity, see the Data Overview article. For help with missing fields or connection errors, check Common Issues. For tips on setting up your data flow effectively, see Best Practices.
Last updated
Was this helpful?
