Common Issues

Connection issues

chevron-rightOAuth authorization fails or redirects to an error pagehashtag

Make sure you're signed in to the correct Trello account before clicking Connect. If you manage multiple Trello accounts, Trello may authorize the wrong one. Sign out of all Trello sessions, then reconnect using the account that has access to your target boards.

chevron-rightConnection succeeds but no boards appear in the entity settingshashtag

This usually means the authorized account isn't a member of any boards. Check that the Trello account you connected is added as a member to the boards you want to export. Board visibility alone doesn't grant API access — you must be a board member.

Missing data

chevron-rightCards from certain boards are missing from the exporthashtag

If you've specified board IDs in the Board IDs parameter, only those boards will be exported. Double-check the board IDs by looking at the board URLs in Trello (trello.com/b/{BOARD_ID}/...). Leave the field empty to export from all accessible boards.

chevron-rightActions data is incomplete or only shows recent activityhashtag

The Actions entity respects the Start date parameter. If you set a recent start date, older actions won't be included. Adjust the start date using the date picker to extend the export window back as far as you need.

chevron-rightArchived cards or lists are missinghashtag

Archived cards and lists are included in exports by default. If you're not seeing them, check whether filters are applied in your destination (e.g., a Google Sheets filter or a BigQuery query with a WHERE closed = false clause).

Permission errors

chevron-right"Unauthorized" or "403" error after a previously working data flowhashtag

Trello OAuth tokens can expire or be revoked — for example, if you changed your Trello password or revoked app access in your Trello account settings. Go to your data flow's source settings in Coupler.io and reconnect your Trello account.

chevron-rightUser emails are not returned in the Users entityhashtag

Trello only returns email addresses for members if your account has organization-level admin permissions. If you're a regular board member, the email field will be empty. Contact your Trello workspace admin for elevated access.

Data discrepancies

chevron-rightCard counts in the export don't match what I see in Trellohashtag

Trello's board view may hide archived cards by default, while Coupler.io exports them. Filter your exported data on closed = false to match what you see on screen. Also check that your Board IDs parameter includes all relevant boards.

chevron-rightChecklist item counts look wrong compared to the card viewhashtag

Checklists are exported as a separate entity from Cards. The checkItems field in Checklists contains an array — if your destination flattens this array, you may see one row per checklist item rather than one row per checklist. This is expected behavior; aggregate by checklist ID to get totals.

Rate limits

chevron-rightData flow fails with a rate limit errorhashtag

Trello's API enforces rate limits, especially for large workspaces with many boards and actions. If you hit a rate limit, reduce the scope of your export by specifying only the board IDs you need, or set a more recent start date to limit the Actions volume. Re-run the data flow once the limit resets.

Last updated

Was this helpful?