Is there a way to set alerts on clay tables when they've hit their maximum number of rows?
Clay tables have a maximum limit of 50,000 rows per table. While there isn't a built-in alert system specifically for row limits, you can monitor your table's row count by: 1. Regularly checking the total number of rows in your table 2. Using the row counter displayed at the bottom of your table 3. Setting manual row limits to help manage table size: โข Click the "Rows" button at the top of your table โข Enter your desired row limit โข This will help you visually track when you're approaching capacityFor enterprise customers managing large volumes of data, you might want to consider using Passthrough tables, which can help process data more efficiently by automatically forwarding and clearing processed rows. Sources: Customize your table view | Documentation | Clay University Table management settings | Documentation | Clay University
Was that helpful?