Hi, I made scraper, so when I call specific api, it returns scraped data. So I made workbook by using this scraper, that displayed scraped data. And this scraper run once per day. If I want to update scraped data on table of workbook, I should press api call button on workbook manually. But I want to automate this process. How can I do?
To automate the process of updating data in your workbook table, you can use the auto-update feature in Clay. Here's how: 1. Enable auto-update for your API integration column. 2. With auto-update enabled, your table will automatically process new data coming in without manual intervention. 3. If you want to control when the update runs, you can set up conditional run criteria using formulas. This setup will eliminate the need to press the API call button manually, automating your data update process.
Thanks! We've reopened this thread. You can continue to add more detail directly in this thread.
Where can I find "Talk to a Human"
I apologize, but I don't have specific information about the location of a "Talk to a Human" button in our interface. However, if you need to speak with a human agent, you can typically request this directly in your current conversation. Just let me know that you'd like to talk to a person, and I'll guide you on how to proceed. Is there a specific issue you're trying to resolve that requires human assistance? I might be able to help or provide more information on how to get the support you need.
This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.
Now when I press "Write to Other table" every day, I can see that the data is duplicated. But I want to remove the duplicates and write the deduplicated data to another table. I want to do this automatically. How can I do this?