Hey, can I no longer cick on an individual cell to run it or rerun it? When trying it with a claygent column, it just clicks into the cell.
You can still run individual cells! Try hovering over the cell and pressing the play button that appears. If that doesn't work, you can also right-click on selected rows and choose "Run # of cells" from the menu. [1] Another option is clicking "re-run this cell" if you see that option when clicking on the cell.
Was that helpful?
no worries, figured out I now just have to press it twice
Great to hear you figured it out! Let me know if you have any other questions or need help with anything else.
If you need any more help with running cells or anything else, feel free to ask. Would you like to share more about what you're trying to accomplish so I can assist further?
Does Clay support any API throttling so that my calls don't fail?
Yes! Clay supports rate limiting to prevent API call failures. For our API, we have general guidelines of 10 requests per second (or 20 in bursts).
When using HTTP API integrations, you can configure rate limits in the enrichment settings. Set a Request Limit (number of requests) and Duration (in milliseconds) to control how many requests are sent within a timeframe. For example, you could set 10 requests per 1000ms (1 second).
The rate limit must average at least 5 requests per second to work properly. This helps prevent exceeding API rate limits and keeps your calls from failing.
Did that answer your question?
Can I do this when using my own API key using an AI enrichment column or do I have to use the HTTP column?
Rate limiting isn't available when using your own API key with AI enrichment columns. When you use personal API keys, Clay doesn't manage rate limits for you - you need to handle tier requirements and scaling manually.
For rate limiting control, you'll need to use the HTTP API column instead, where you can set request limits and duration in the enrichment settings.
Is that what you were looking for?
If you still need help with API rate limiting or anything else, I’m here to assist. Would you like to provide more details about what you’re trying to achieve so I can support you further?
I have created a table of people from a comanies table, now I've added more columns to that company table and want to pull them through onto the people. The issue is when I try and run the connecting column it doesn't do anything. is there a workaround?
You need to re-run the company lookup column in your people table to pull through the new company data.
If the column isn't running, try clicking the column header and selecting "Force Rerun Column" to reset it. You can also hover over the "Run column" field and select "Force" to jump start it.
This will pull all the newly added company columns into your people table.
Is that what you were looking for?
