Importing data
Import data into Play by uploading a CSV file, pulling from a connected integration, or setting up a recurring sync. Use the approach that matches how often the source changes.
CSV upload
Upload a CSV file directly to a table. Play maps columns to your table fields.
From integrations
Migrate data via chat: Import all contacts from /google-sheets into my Contacts table.
Recurring sync
Set up a scheduled task to pull data from an external source on a regular cadence.
Tips
Clean your data first. Play validates against field types.
Start with a small import. Test with a few rows to confirm the mapping.
Use chat for complex migrations. Describe transformations in chat and let Play handle it.
Was this helpful?