Best Practices

Start with one file and one sheet

Test your data flow with a single source before adding multiple sheets or files. This makes it easier to spot issues and confirm the data is correct before scaling up.

Use consistent column headers

If you're appending data from multiple sheets, ensure all sheets have the same column names in the same order. Different headers will create separate columns in your destination, leading to messy or incomplete data.

Keep files organized in Dropbox

Store related files in dedicated folders so they're easy to find in the file picker. Avoid moving files after setting up a data flow — moving files can break the connection and cause import errors.

Data refresh and scheduling

Always run a manual test first

Before scheduling any recurring import, run your data flow manually to confirm the data looks correct. This catches configuration errors early and saves you from importing wrong data repeatedly.

Match your refresh schedule to data updates

If your Dropbox files are updated daily, schedule your data flow for daily refresh. If they're updated monthly, a monthly schedule is enough. More frequent refreshes don't help if the source data hasn't changed.

Performance optimization

Use ranges for large files

If you only need columns A through M, set your range to A:M instead of importing all 100+ columns. This speeds up imports and reduces clutter in your destination.

Split very large imports

If your file has hundreds of thousands of rows, consider splitting it into multiple smaller data flows by date range or category. This improves reliability and speeds up individual imports.

Common pitfalls

Do

  • Select all sheets you want to combine in one data flow — Coupler.io will append them automatically

  • Keep your Dropbox file in the same location after setting up your data flow

  • Format all numeric columns as "Number" type in your spreadsheet before importing

  • Test with a manual run before scheduling recurring imports

Don't

  • Move or rename files in Dropbox after setting up your data flow — this breaks the connection

  • Mix different data structures in the same sheets if you plan to append them (e.g., different column orders)

  • Rely on formulas being preserved — only the calculated values are imported

  • Assume images, charts, or comments will import — only spreadsheet cell data is extracted

triangle-exclamation

Last updated

Was this helpful?