Best Practices

Pin your board IDs

Always specify board IDs in the Board IDs parameter unless you genuinely need all boards. Exporting from all boards in large workspaces slows down runs and fills your destination with data you don't need.

Use a start date for Actions

The Actions entity grows fast on active boards. Set a start date that matches your reporting window — for weekly reports, set it to 7–14 days ago. This keeps runs fast and destination files manageable.

Separate entities into focused data flows

Cards and Actions are high-volume. Run them in their own data flows so a slow Actions export doesn't block your Cards refresh.

Join Cards with Lists in your destination

Cards only carry a list ID, not the list name. Use Coupler.io's Join transformation to merge Cards and Lists on idList so your reports show meaningful stage names like "In Review" instead of raw IDs.

Data refresh and scheduling

Match refresh frequency to board activity

For active sprint boards, hourly or twice-daily refreshes give you near-real-time visibility. For archived or slower-moving boards, daily is more than enough.

Append Actions over time

Use Coupler.io's Append mode for the Actions entity so historical activity accumulates in your destination. This lets you build long-term audit trails and trend reports without re-exporting everything each run.

Performance optimization

Aggregate card metrics before reporting

Use Coupler.io's Aggregate transformation to count cards per list, per assignee, or per label before they reach your destination. This is faster to render in dashboards than loading raw card rows and grouping in Looker Studio or Sheets.

Use AI destinations for instant summaries

Connect your Cards or Actions export to Claude, ChatGPT, or Gemini to automatically generate sprint summaries, blockers reports, or workload analyses — no manual copy-pasting needed.

Common pitfalls

triangle-exclamation

Do

  • Specify board IDs when you only need specific boards

  • Set a start date for the Actions entity

  • Join Cards + Lists to get human-readable stage names

  • Use Append mode to build historical action logs

Don't

  • Export all boards and all actions with no date filter on first run

  • Rely on card position (pos) as a sort order in your destination — it's a float value optimized for Trello, not human-readable ranking

  • Assume archived cards are excluded — always filter closed = false if your report should reflect active work only

Last updated

Was this helpful?