# FAQ

<details>

<summary>Can I export data from multiple Trello boards at once?</summary>

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.

</details>

<details>

<summary>How do I export Trello custom fields?</summary>

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.

</details>

<details>

<summary>Can I get the creation date of a Trello card?</summary>

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.

</details>

<details>

<summary>Can I export a specific Trello list rather than the whole board?</summary>

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.

</details>

<details>

<summary>Why do I see more cards in my export than on my Trello board?</summary>

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.

</details>

<details>

<summary>What's the difference between Board cards and Cards updates?</summary>

**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.

</details>

<details>

<summary>Can I use the Start date filter with all three entities?</summary>

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.

</details>

<details>

<summary>Can I send Trello data to an AI tool for analysis?</summary>

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.

</details>

{% hint style="info" %}
For details on what fields are available in each entity, see the [Data Overview](https://docs.coupler.io/sources/category/project-management/trello/data-overview) article. For help with missing fields or connection errors, check [Common Issues](https://docs.coupler.io/sources/category/project-management/trello/common-issues). For tips on setting up your data flow effectively, see [Best Practices](https://docs.coupler.io/sources/category/project-management/trello/best-practices).
{% endhint %}
