Is there a way to export only a certain amount of rows without using any filters?
The CSV export feature mirrors your Clay table exactly, exporting all visible data in your current view. To limit rows without filters, you can create a dedicated "CSV Export View" by duplicating your current view and hiding columns you don't need. However, the documentation doesn't mention a direct way to export only a specific number of rows without using filters or view modifications. Are you looking to export a specific range of rows (like the first 100 rows) or do you need to export based on certain criteria?
yes just the first 100 f.e.
You can use the row limits feature to display only the first 100 rows, then export that view as CSV: 1. Click the Rows button in the toolbar at the top of your table 2. Set Starting row to 1 and Row limit to 100 3. Click Save changes 4. Go to Actions > Export > Download CSV This will export only the first 100 rows without needing any filters.