The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi!Fighting with third party services that have limits on executions that are limited to 1 per seconds or something like that?I'm fighting this inconvenience that i'm creating queues with data...Just wondering if it make sense that Automations have a...
I would like to send you a possible feature improvement of automations::point_right: Being able to schedule the turning on or off of an automationWhat do you think?Link to tweet
In my use cases, I'm used to consume OpenAI API always with external automation tools and use Airtable apps (data, automations, interfaces, ...) as a Framework (source of truth, QA and orchestrator ) 路♂️For me is a perfect tool
Hello @Clara_Wells just show your issue when i just update my code to new Token.First, create a new personal key, with the permission of read records and bases. Give the scope base...After that change this line of the script:var api_key = "API KEY";v...
20 seconds isn't working for me with this before the send action with a delay in scriptfunction delay(ms) {
var limit = new Date();
limit = limit.setMilliseconds(limit.getMilliseconds() + ms);
while ((new Date()) < limit) {
// do nothing
;
}
}
delay(...
For make OpenAI API Calls i usually use another service:n8n ( ℹ️ affiliate link--> https://n8n.io/?ref=yeswelab&utm_source=affiliate) that work very well for this purpose.Making in the automation a script block with a fetch request to a n8n Webhook ...