Hello, I’m using Coupler to sync related and organized Airtable data to Google Sheets, on which my app is based. I’m wondering which approach is more performant:
- Sync all fields as plain data and thus increase the data set but avoid computation.
- Sync less data but instead use computation to relate tables for lookups and rollups.