Is there a way to set a limit on the number of rows to be fully enriched?
For example, let’s say I run 5,000 rows, but I’d like the table to stop once 50 rows have been fully enriched.
Currently, there isn't a direct way to stop enrichment after a specific number of rows have been fully enriched. However, you can use a combination of row limits and conditional formulas to achieve a similar result:
1. Set a row limit: Click the "Rows" button at the top of your table and enter the desired number (e.g., 50) in the "Row Limit" field.
2. Use conditional formulas: In the "Run Settings" of your enrichment column, click "Use AI" and set a condition. For example, you could create a formula that only runs the enrichment if the row number is less than or equal to 50.
This approach will limit the enrichment to the first 50 rows of your dataset. If you need more precise control or have a more complex use case, you may want to request human assistance for a tailored solution.